Opened 19 years ago
Closed 18 years ago
#2194 closed enhancement (fixed)
Options For WordPress Pages
Reported by: | doc | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.0 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
The codex says: "With the new Pages feature in 1.5, it's easy to use WordPress for basic content management." I totally agree and I was delighted to see this feature added. My needs are not extensive enough to justify a full blown CMS package, so having this alongside my blog is absolutely perfect.
I wondered if I could suggest just taking this concept a bit further by providing options for pages on the editing interface, as we already do for posts? Right now with pages, you are either published or not. There are no other options, so I would suggest:
- Draft
- Published
- Unlisted
- Private
Let me explain the "Unlisted" options as I think the rest are self explanatory. This is in effect the <?php wp_list_pages('arguments'); ?> with the exclude arguement. This would allow the user to exclude a page from a page list without having to hand edit the style sheet. To have this option available on the fly, along with the others, would open up all sorts of possibilities for WordPress Pages.
Closing as fixed. Pages can now be published, draft, and private. Having a page unlisted can be achieved through template tags. If doc still thinks unlisted would be a useful status, please open a new ticket with that specific issue.