Count all posts in category without a certain custom field?
-
How do you count all the posts in category X without the Y Custom field?
Example:
There are 15posts in the category named “Images”. Two of the posts (out of 15) have the custom field “Main Image”. How do I count the posts in the category that do not have the custom field “Main Image”?
<?php echo ''. $wp_query->found_posts;?>
^Code for counting posts^
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Count all posts in category without a certain custom field?’ is closed to new replies.