Preventing a page being shown in the page list
-
I need to access a particular page only through linking to it from code in header.php. This page must not be shown in the automatic page listing (though I need the other pages listed) created by index.php.
The reason for this is that if the page is navigated to from index.php, the Jquery code displays this page’s contents in a sliding box, which is too small for the page’s content.
I’ve created a custom template for that page, preventing the content from opening in the Jquery sliding box.
Making the page Private doesn’t work as it’s not accessible from the header.php link.
Are there any solutions to this?
Thanks.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Preventing a page being shown in the page list’ is closed to new replies.