Hi.
I’ve read through the docs a number of times concerning categories and what I’m looking to do I can’t seem to find there…and it’s seems like it should be simple.
I have set up my site so there will be a Post Title and the categories that post is posted in. When the user clicks that link I want to display all posts related to that Category.
I’ve tried all the examples in the Docs and can only get the two following results.
1. {exp:weblog:category_heading weblog="blog"} - which doesn’t let me display all the posts related to the category.
2. {exp:weblog:category_archive weblog="blog"} - displays all the categories related to the blog, which is close, but I only want the one category you clicked on to display…not all of them.
My end result should be, I clicked Design, page loads:
Design:
Post A
Some Text
Post B
Some Text
Post C
Some Text
...
Is this possible, and what am I not looking at?