I would like to make changes to all tag pages (like mysite.com/tag/whatever) and add some content to them.
Since there's no 'tags.php' ... what must I change then?
Thanks.
I would like to make changes to all tag pages (like mysite.com/tag/whatever) and add some content to them.
Since there's no 'tags.php' ... what must I change then?
Thanks.
I found it.
Add if (is_tag()) to add code to tag pages.
This topic has been closed to new replies.