There is one other easy way to do this: - Use the scales skin (which is really just a high performance version of pelt) - Reference your hidden pages through an normal entry in site.xml - Add the attribute
type="showWhenSelected" to that reference. It should now look like <page2 label="Visible only when current" href="page2.html" type="showWhenSelected"/> Example taken from the seed site. Your page will now be references and rendered but the refence will not normally show in the menu. It is not just hidden in the menu but truely missing from it. However it is part if the rendered website and - when opened by the secret url - will actually show with context (with an entry on the menu) in your site. hth Ferdinand Soethe