Tagged Questions
2
votes
1answer
112 views
Getting the different post statuses + count like in edit.php, in a custom submenu page
I'm trying to create a submenu page for reordering posts/pages.
Right now I'm trying to include the list that display the different post statuses, for example:
All (5) | Published (4) | Draft (1)
I ...
1
vote
1answer
463 views
Save author posts as in pending review - block users updating their posts
How can I let the users (author, editor, contributor etc) to edit their own posts but not to update them, just keep them as in "pending for review" so I can decide if it's ok to publish or not. By ...
1
vote
1answer
708 views
Custom column for changing post status via ajax
I'm currently trying to implent a new custom column at the page manage screen that will let me change the status (published/pending) of the different pages via an easy toggle link.
From what I've ...