I am trying to find out which php page I would use to adjust the category and tags page. For instance when I select a specific tag and it displays all of the posts with that particular tag, how do I style that page?
Thank you.
Adam
I am trying to find out which php page I would use to adjust the category and tags page. For instance when I select a specific tag and it displays all of the posts with that particular tag, how do I style that page?
Thank you.
Adam
Try looking at category.php and tag.php in your theme.
http://codex.wordpress.org/Category_Templates
http://codex.wordpress.org/Tag_Templates
You must log in to post.