The tax-query tag has no wiki summary.
1
vote
1answer
387 views
Problem with get_posts, tax_query and counting the number of posts
I want to count the number of posts that has simoultaneously 3 different taxonomies. THe code i'm using is this:
$products = get_posts(array(
'post_type' => 'products',
'posts_per_page' ...