Search:
Search took 1.00 seconds.
-
Well...
Ads with the same tag will be displayed all together, let says you have a common tag "New York", so all ads with this tag will be displayed.
Search engines will list your tag URL with...
-
Correct, the user is not able to delete their ad, only pause it - so your installation is working correctly. There are people who wanted to see users be able to delete, and others who don't. My own...
-
$args = array('caller_get_posts' => 1, 'paged' => $paged, 'orderby' => rand,'category__not_in' => cp_get_blog_cat_ids_array(), 'cat' => 12);
?>
Adding 'cat' => 12 made a difference...
-
You need to manually edit the code below in the header.php ;
But first you need to find the specific link of the category you want to put in the menu, say for example in the Classipress demo,...
-
Hello anders. How are you? I am using version 3.0.1. Hopefully this solution still works if you did not upgrade yet.
This may work:
1. Login to your ClassiPress Dashboard and on the left...