Hi,
I've searched and searched the forums for an answer to this ... and I should start out by saying I'm not very proficient in PHP.
I have a book review website that has four main categories. Each category has multiple subcategories. On the category page (using the category template), I would like to list the posts by subcategory.
Currently, all posts display under the parent. I want them to display like this:
PARENT CATEGORY
Subcategory 1
• Post 1
• Post 2
Subcategory 2
• Post 3
• Post 4
etc ...
Any clue how to do this? I can't figure it out.
Thanks in advance!