Search:
Search took 1.00 seconds.
-
Hi,
You can simply make an english-english translation.
The default language of the theme is english, but the trick here that you go through translation process. Read and follow this carefuly to...
-
wp-content\themes\vantage\archive-listing.php
EDIT THIS SECTION:
<div class="section-head">
<h1><?php _e( 'Business Listings', APP_TD ); ?></h1>
</div>
-
Hi guys,
I wanted to add a relevant H1 header and also include a brief paragraph of text for each of my category pages. To be honest, this is just for SEO purposes to help improve the relevance of...
-
Hi,
this is a great post. I'm glad I found it. I have made an updated version of the script and added some comments to it for those who need some help.
Changes:
Added some comments
Added...
-
If all the prices on your site are the same (i.e. Free), then you should probably just change your settings in ClassiPress Admin > Pricing Options > "Pricing Model" tab to "Fixed Price Per Ad",...
-
Paste this code you put "<!--more-->" at the desired point for the post.
<!--more-->
To do this just click on edit post and select HTML, select the item you want and place the code. Save the...
-
A quick search of the theme php files finds this string on line 29 of sidebar.php.
HTH
David
-
Option 1:
Find the page in wordpress admin -> ClassiPress -> Settings -> Advanced Tab
Change the setting of Use Google CDN jQuery to YES
Option 2:
Open the file theme-enqueue.php and find the...
-
This is part two of my tutorial on adding "SOLD" stamps and icons to your ClassiPress Theme. You can see part one by clicking here.
In part one I demostrated how you add a "SOLD" stamp to the top...
-
One of the first things I went to change in ClassiPress 3.0.5 was the way the theme marks posts as being sold. ClassiPress 3.0.5 puts a text comment at the top of the classified ad that says "This...