1 - I have an index.php. It lists all the entries in my_weblog by default.
2 - I have 2 category groups with 1 parent and 2 children (children are the same in both groups, yes same name!)
GROUP1
-parent1
—-child1
—-child2
GROUP2
-parent2
—-child1
—-child2
I think you already got the point. It’s 3 am so this is for myself too.
3 - I would like to list entries like this
/myweblog/cat/parent1
/myweblog/cat/parent1/child1
/myweblog/cat/parent2/child1
This is not how it works is it?
It only works 1 level deep?
/myweblog/cat/cat1 or /myweblog/cat/sub1
Am I missing something very basic I should know 😊 I guess I am, please give me something to move on.
Thanks!