Page with a list posts - per categories

Hi,

I have a list of the categories in my home page like this:

Category A (2)
Category B (7)
Category C (1)

and I want to build a page for each category with all the post, like this:

www.mysite.com/categories/CATEGORY-A/ - into this page a list of all the post related to this category.

How Can I … ?

Thank You

You are looking for list.html template. Check out the docs for Content List Template.

1 Like

thank you =D