Hey, thanks for your reply.
I already understood the code snippet, though :-)…
I’ll try to describe it a bit better:
I want my vertical navigation (displaying only subpages) to appear in two cases:
1. The page is a subpage.
2. The page has subpages.
1. is accomplished by the code snippet, but I’m having a hard time trying to figure out how to accomplish 2.
Of course I could always include the vertical navigation for specific pages (e.g. if (is_page(‘about’)) ), but I’d prefer to do it dynamically…