Tagged Questions
4
votes
1answer
298 views
How to change “Draft” string for status of custom post type to “Unavailable”?
ANSWER MOD: just an important mod to the chosen answer:
// check if you actually have drafts; also avoids extra '|' separator
if (isset($views['draft'])) {
// 'Drafts' should be added (and come ...
1
vote
1answer
323 views
Allow users mark posts as “complete”?
Any search keyword suggestions to help would be appreciated - not sure how best to describe this query :)
I have a custom post type "module". I have ~300+ modules in my install.
I have ~100+ ...
8
votes
2answers
315 views
Is it possible to have more “levels” of draft/published statuses?
Is there any way to have more post statuses other than just draft or published?
For example, if you write a lot of posts, you may wish to type up all the content, and set the status of these posts as ...