Hi there,
I'm constructing a WP-based blog that contains many information on pages instaead of post, layed in a nice layout of pages and subpages. Is it possible (and how to achieve it - by modifying theme PHP code or using some function) to list all subpages belonging to current page when this page is displayed?
For example, I have:
- Info
-- About
-- Contact
- My works
-- Photo
-- WWW
Info and My works are empty now as they are only placeholders for subpages. I would like to list About and Contact when user select Info and Photo and WWW when displays My works.
Of course I can add each new subpage manually on its ancestor page. But in fact I forgot about it most of the time and think that this could be somehow automated?
Regards,
Trejder