Count number of posts with a specified tag AND category
-
With this php snippet I can see how many posts that have the tag “cat”
$term = get_term_by('slug', cat, post_tag); $nocats = $term->count;
But how do I do if I want to count how many of those cats that are in the category allowpost?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Count number of posts with a specified tag AND category’ is closed to new replies.