Search:
Search took 1.00 seconds.
-
Well, the scenario is:
You have the ClassiPress 3.2.1 running and you setup to charge for ads (packs) and charge for featured ads.
Step1) Your registered user fill up the form and select the...
-
///////////////////////////////////////////////////////////////
now we need to place the drop-down box where it belongs. so, open the theme-searchbar.php located in themes -> classipress ->...
-
To clarify, the actual patch downloads were only introduced after v3.0.5 (if I recall correctly).. But the purpose of these is to allow people to upgrade from one version of ClassiPress to the next...
-
Sorry these has been no further update to my last post until now, I have followed up on this with our team again to see when we can get this migration tool ready for those of you who are waiting on...
-
next, paste the following function into your 'functions.php' file:
////////////////////////////// Build my custom drop down menu ///////////////////////////////////
if...
-
Now that we have our taxonomies created, we need to 'fill' them with 'terms' from our ad posting forms. Ok, let me elaborate a little bit on this:
in your 'post a new ad' form you have many fields,...
-
MOD #1: building the multiple drop-down search box
--------------------------------------------------
1) Every single drop-down in that search box is built upon a specific taxonomies (that is a...
-
Be aware that for WordPress SEO to be able to modify your page titles, the title section of your header.php file should look like this:
<title><?php wp_title(''); ?></title>
If you can't...
-
WordPress › Support » How do i sort posts by a custom field?
-
There may be a need to use a jquery plugin such as this Easiest Tooltip and Image Preview Using jQuery | Css Globe or use and modify the existing one.
-
This may require creation of a new page template and a new query in the loop for the alphabetical ordering.
-
Cant believe i spent a day and a half knee deep in codex when all i had to do was change half a dozen charachters in the wp-custom-fields-search plugin.
This will now filter search via keywords...
-
WordPress SEO Plugin feature list
Check out the feature list:
Post titles and meta descriptions
Robots Meta configuration
Canonical
Breadcrumbs
Permalink clean up
XML Sitemaps
-
1. You can edit it through the single-ad_listing.php
2. The ad categories can be edited through the index.php. Just take note that there are several instances of index.php and the one you need to...