page within page (and navigation within navigation)

Hi,

Is there a way to have pages + navigation, and then within a page, pages + navigation? as it stands, the inner navigation works fine, but the inner pages don’t show up. (should we be using hierarchynavigation? there’s no demo and it’s hard to figure out how to use it)

Thanks!

Eddie

This should be no problem at all. Could you post some of your code?

Nevermind :slight_smile: it seems when I replace my old code in the inner page, which was

with

it worked :slight_smile: Maybe I didn’t use directnavigation correctly

Nevermind :slight_smile: it seems when I replace my old code in the inner page, which was

with

it worked :slight_smile: Maybe I didn’t use directnavigation correctly. I was also using directnavigation/pages in my outer page though.

(btw, how do you post codes in this forum?)

That’s good :slight_smile:

You can use markdown to post code snippets:

`your inline code snippet`

your code snippet