Search:
Search took 1.00 seconds.
-
If in classipress you want to encourage users to register, you can make this small mod to the /classipress-313/includes/theme-header.php file to Add a Larger Registration Button and when they are...
-
yes of course ,
change this line:
<?php if (get_post_meta($post->ID, cp_price, true) != "00.00") : ?>
for this line:
<?php if (get_post_meta($post->ID, cp_price, true) != "00.00" &&...
-
I'm aware of only one instance where this was mentioned, but not in the latest version of ClassiPress.. and I believe the user was on a Windows IIS setup.. Is this what you're using also?
It...
-
for just one category (wanted) that should not be too hard.. you would be needing something like this in loop-ad.php around line 27 - 29 change:
<div class="price-wrap">
<span...
-
Yes. You shouldn't have any issues at all Jeff. Some of your plugins may not support 3.1, however.
-
All in one seo is fine in the latest version of cp, Just make sure to click the box >>>>:SEO for Custom Post Types:<<< CLICK THIS ONE ;)
-
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...