Hi,
I was wondering if it's possible to show a tag page that includes all posts that have two or more tags that I specify, e.g. show a list of all posts that have both the tags "cats" AND "dogs".
Thanks!
Hi,
I was wondering if it's possible to show a tag page that includes all posts that have two or more tags that I specify, e.g. show a list of all posts that have both the tags "cats" AND "dogs".
Thanks!
Would this work for you:
is_tag(array('cats','dogs'));
Reference: http://codex.wordpress.org/Function_Reference/is_tag
This topic has been closed to new replies.