Search:
Search took 1.00 seconds.
-
Scratch that, I will post it here so anyone else who may want to add this feature can do so. Add the following code to sidebar-ad.php on line 24, you will be replacing the the #priceblock2 code with...
-
If you're talking about comments being visible only to the poster, then no, I'm not aware specifically of how you would do this (not to mention this is the pre-sales forum, so we don't generally...
-
1) This is not currently a feature of ClassiPress, and at the moment although there is a "% of sellers ad price" payment option, this charges the ad poster during the initial ad posting process. So...
-
try this
'ad_cat' => 'adoptions'
query_posts(array('post_type' => 'ad_listing', 'caller_get_posts' => 1, 'paged' => $paged, 'orderby' => DESC, 'ad_cat' => 'adoptions'));
-
ok, here is an option that should work (just tried it out)
in theme-functions.php find line 1606
// now get all the sub cats based off the parent cat id
$subcats =...
-
Add this to your custom css file, it will put the parent in bold with a gray background.
.level-0 { background-color: #dbdbdb; font-weight: bold; }