Anyone know a way round this?
http://wordpress.org/support/topic/set-draft-page-as-parent
I can't risk publishing as a public-facing system updates periodically from the same install.
|
Anyone know a way round this? http://wordpress.org/support/topic/set-draft-page-as-parent I can't risk publishing as a public-facing system updates periodically from the same install. |
|||||
|
|
There is one way to do this, but it's kind of wonky. Instead of not publishing the page, you can hide the content. Make a theme template named HidePageTemplate.php. On the page you want hidden change your template file to whatever you named your template In the template copy the structure of the 404 page. This way the page is published, so the child pages are published, but the content isn't visible. /* Template Name: Hide Page Template */ get header 404-Not Found get sidebar get footer |
|||||||||
|
|
You can't use unpublished pages as parents (or as a static front page, for that matter). Eileen has, I think, a very elegant workaround. |
|||
|
|