Show all posts on specific tag page
-
Hey guys. Sorry to bother you but i’m kinda tired of searching the solution.
It should be simple but i can’t figure it out…or maybe it’s impossible this way.First i tried to show all posts from a category on that category page
Ex: “/category/movies” shows all posts from this category.
I managed to do it with a little code i found around<?php $cat_id = get_cat_ID( single_cat_title(null, false) ); query_posts( "cat=$cat_id&posts_per_page=-1" ); ?>
Now i want to do the same for the tag page.
Ex: “/tag/emma-watson”Is it possible? Or maybe you have another solution.
Thank you for your time.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Show all posts on specific tag page’ is closed to new replies.