query categories when it has at least 3 posts
-
I’m now listing the last added categories as such
$args = array( 'exclude' => array(1,3,4), 'show_count' => 1, 'orderby' => 'ID', 'order' => 'DESC', 'number' => '10', 'title_li' => '' ); ?> wp_list_categories( $args );
I want to query the category only if it has 3 posts or more…
if anyone knows how to query that, plz post it
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘query categories when it has at least 3 posts’ is closed to new replies.