Hello all. I'm looking for a solution to a very simple problem. However, i'm not a developer so i'll need some help (thanks in advance). Here's what i want to do:
on a category page i want to list child categories and their related posts like this:
- Child Category Name
- Post
- Post
- Post
- Child Category Name
- Post
- Post
- Post
etc etc. The important thing is that more child categories will be added over time and i don't want to open the category template each time replacing and adding stuff - i'd rather have it so that it'll build this based on the children of the parent category. Help is much appreciated :-)