You can set this from within your ClassiPress admin dashboard > Settings > "Home Page Category Options", " Category Depth". Change this to "0".
You can set this from within your ClassiPress admin dashboard > Settings > "Home Page Category Options", " Category Depth". Change this to "0".
in includes/folder/step-functions.php you will find in line 295/296
if (get_option('cp_allow_html') == 'yes')
appthemes_tinymce($width=540, $height=200);
Here you can change...
Hi, the forms for the first two steps are in the classipress includes/form/ folder (step1.php and step2.php),
the page that includes these files is tpl-add-new.php
But if would definitely require...
<script type='text/javascript' src='/wp-content/themes/classipress/includes/js/ui.autocomplete.js?ver=1.8.5'></script>
This is for improving the search.
<script type='text/javascript'...