leemon
Member
Posted 11 months ago #
Hi!
In order to get ALL posts in ONE specific category in WP one must visit the following URL:
http://www.domain.com/category/category_name
My question is, is there way to get ALL posts in ALL categories? Something like:
http://www.domain.com/category/all
Thanks in advance
Not that I've seen yet. In the past I've created a page (where you modify the slug to better represent that you want to display all posts). within the template file you retrieve all posts.
leemon
Member
Posted 11 months ago #
Thanks for the suggestion, patv!