I’m trying to figure out if it’s possible to dynamically list a parent category and its child categories based on a URL segment - is it possible to do this?
For instance, on the first page I would like to list all the parent categories. Then if someone clicks on one of these (they would be hyperlinked) I would like it to go to another page that lists that parent category and the child categories nested below it.
Then if someone clicks on one of the child category it goes to a new page and lists all the entries. I could hard code all this into the template I suspect but I’d like to dynamically do this so that other people can add and remove categories and don’t need to touch the templates.