Search:
Search took 1.00 seconds.
-
I already answered this in the other thread: http://forums.appthemes.com/help-using-classipress/post-new-ad-category-drop-86914/page-4/#post362618
Cheers
-
Try this:
Open your /classipress/includes/functions.php and go to line 1402
Find this:
$categories = get_categories( $r );
$name = esc_attr( $name );
-
Hi shemeck,
In your WordPress backend => ClassiPress => Appearance => Menus you have the categories menu item shown?
-
Now you can create custom menus for your footer and header just like with any other WP theme.Go to WP>Appearance>Menus and setup your custom menus.
-
Above example was to reset statistics for individual ad, If You would like to reset all statistics please use:
TRUNCATE TABLE `wp_cp_ad_pop_daily`
TRUNCATE TABLE `wp_cp_ad_pop_total`
UPDATE...