I'd like to know if its possible to create a page without it appearing on either the menu, or linked to a parent. i.e. can I create an independent page that I can then link to from within the text of another?
I'd like to know if its possible to create a page without it appearing on either the menu, or linked to a parent. i.e. can I create an independent page that I can then link to from within the text of another?
If your server allows mod_rewrite (most do), you can use pretty urls.
Then you can create a page called for example, foo. In the slug, call it "foo" and then you can link to it like this: http://www.yourcooldomain.com/foo/
And the WP codex has information on how to exclude certain pages (using the page's unique Page ID #) from the Pages list that usually is displayed in the sidebar.
HTH.
"WP codex"
Sorry if I sound a bit dumb - where would I find that?
You scroll up and click on DOCS - the documentation is known as the "Codex" :)
Thank you :)
This topic has been closed to new replies.