Anyone know a way to hide a specific page from the page menu? For example if I create a page with content for the main home page (index.php) and call it home, how can i get the 'home' link to be hidden from the page menu.
Alternatively
The 'home' page is a url of mydomain.com/page/home - how would I set that to be index.php or just mydomain.com/ (I was going to just hard code it but if there is a way... please let me know)
Cheers all
Comments
I tried a rewrite rule of
RewriteRule index\.php$ index.php?p=pages&title=Home [L,QSA]
I might have that written wrong - anyone have a pointer
Cheers
Doh its getting late - of course your right - I remember reading that now [redface - again]
Cheers
printPageContent() has an option for unpublished pages: `printPageContent( "home",false)` should print the zenpage page "home" it. Just put that on your theme's index.php page.
Your a legend with this great support - where do I donate (I'll find it)
Cheers