Search:
Search took 1.00 seconds.
-
Inherit the address (and other extra fields) of the user in the ad is very useful for those users who have a lot of ads.
This allows the user does not enter every time one and same values and...
-
that goes into theme-searchbar.php, replacing all this:
<form action="<?php bloginfo('url'); ?>" method="get" id="searchform" class="form_search">
<div class="searchfield">
<input...
-
It's because ClassiPress is a stand alone WordPress theme, not just a plugin, so it's literally not made to be integrated into another theme (like any other WordPress theme which only allows you to...
-
in theme-functions.php look in line 1490 for
and change 'depth' => 0 to 'depth' => 2 (which means two levels only)