Tagged Questions
0
votes
1answer
17 views
how to automatically generate hierarchical menus from hierarchy of pages?
I have a photo site, and I take care to crested a logical nested hierarchy of pages.
e.g. for photos I just posted, I created the following pages:
site.com/2013/
site.com/2013/colorado/
...
0
votes
1answer
492 views
List child terms and posts in the current term
With this code parent term page lists all the child terms and the child term page lists all of the posts in current term, and the single page lists a big flat list of terms(hierarchical).
Now,
The ...