I have a page with following categories:
(examples)
a) Stories (cat ID 1)
b) Poems (cat ID 2)
c) Topic: (cat ID 3)
ca) Cats (cat ID 4, child of 3)
cb) Dogs (cat ID 5, child of 3)
cc) Birds (cat ID 6, child of 3)
Every story is part of category "story" and one of the topic-categories. Every poem belongs to category "piture" and one of the topic-categories.
On the stories-archive I want to show a list of the categories
ca), cb), cc), that only contain the stories, but not the poems.
It should look like this:
"All stories about
cats
dogs
birds."
Selecting "cats", there should only be shown an archive with only the stories (not the poems) and the topic cats.
Is there any chance to manage this?
Thanks!
Rita