Link with category (blog/category/hello), but displaying all categories
Blog on page
I may be mistaken but look at the "Category filter" property in Post List component settings. Specifically, note the ">_" symbol's position. It's on the right. As I understand this symbol, if you want to type in url parameter, you have to have ">_" on the left as you do for "Page number" property. Just click on this symbol so it will appear on the left, then retype ":slug" as the value. Should be working.
Thanks!!!! It Works :+1:
i had a problem with categories because i tried to put a Post List in a partial inside a page, the problem result to be that, just you have to define te post list on the page, and copy the {% component 'blogPosts' %} into the partial.
Thanks @graker! Now it works fine!
Most helpful comment
I may be mistaken but look at the "Category filter" property in Post List component settings. Specifically, note the ">_" symbol's position. It's on the right. As I understand this symbol, if you want to type in url parameter, you have to have ">_" on the left as you do for "Page number" property. Just click on this symbol so it will appear on the left, then retype ":slug" as the value. Should be working.