@Mark
the count for website listings is wrong
its counting how many posts there are and not how many listings.
change $count_posts = wp_count_posts(); to $count_posts = wp_count_posts(THEME_TAXONOMY.'_type');
$count_posts = wp_count_posts();
$count_posts = wp_count_posts(THEME_TAXONOMY.'_type');
This reply is for PremiumPress customers only.
378
Views
2
Replies
Copyright © 2010-2026 PremiumPress Limited.
@Mark
the count for website listings is wrong
its counting how many posts there are and not how many listings.
change
$count_posts = wp_count_posts();to
$count_posts = wp_count_posts(THEME_TAXONOMY.'_type');Members Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login Now