The status tag has no wiki summary.
0
votes
1answer
25 views
Identify and display the fact that user is admin next to username in comment section
For all users to see. Not only the admin in cause.
Also I am using a plugin called simple user ranking for displaying the user rank which is calculated for the number of comments posted, so I need to ...
1
vote
0answers
21 views
Restrict edit, but allow preview for custom post status
I am developing a Wordpress site with Edit Flow plugin, so I can create custom post statuses to manage author and contributor posts more easily.
So I have created custom post status and I've got ...
1
vote
0answers
34 views
Wordpress capabilities on pending post status
I have user with contributor user role. In default if you publish article as contributor you can only view it and you can't delete or edit it. But when you submit new post for review, you can do all ...
1
vote
1answer
41 views
All, published and pending order
On the list tables of the administration panels, I want to change the order of the filters on top of the table.
What I want:
Pending
Published
All
I tried to act on a line from the ...
2
votes
1answer
51 views
How do I batch create revisions of all posts?
I cleaned up an old-site from pasted tags, manually created lists, etc, and I'd like to keep the old posts as "revisions", so we can easily "compare" with the old posts and retrieve/revert the ...
-1
votes
3answers
160 views
1
vote
1answer
138 views
How do I limit the status options for bulk/quick edit to only Published and Draft?
For my custom post type, I only want to have "Published" and "Draft" as the available options in the bulk edit and quick edit screens, i.e.
I tried hooking on to the filter ...
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 ...
2
votes
1answer
191 views
add filter to “quick edit menu” in wordpress admin
i am currently working on a wordpress plugin. the plugin includes a database table that being update every time a post is being created, edited or deleted with the data of that post. one of the ...
4
votes
1answer
948 views
How to display the status of users (online - offline) in archive.php
I am using the code the user status How to check if a user (not current user) is logged in?. On page profile of the author it works well (thank you guys). But if I put on the archive page, at the ...
0
votes
1answer
287 views
Remove Save Draft & Preview Buttions.. and also Statius: Draft & Visibility: Public
I want to remove the entire section that says Save Draft, Preview and Status: Draft and Visibility: Public.
I want to not show it. Its ok if it is still fuctional.
Attached is the part I do not want ...
1
vote
1answer
26 views
How to integrate blog status?
I want to add a "status" to my wordpress blog. My definition of status is a piece of text that say something about the blog that could be changed every day or not changed in month and completely ...
1
vote
1answer
226 views
Show user info in a hovercard [closed]
I whant to display user info in a hovercard. I use a jquery plugin to for the hovercard. I call my file like this <?php include 'includes/tooltip.php'; ?> and this is my code from tooltip.php.
...
6
votes
2answers
2k views
How to check if a user (not current user) is logged in?
I need to display the online status (online/offline) for each author page (custom author page template).
is_user_logged_in() only applies to the current user and I can't find a relevant approach ...
1
vote
1answer
406 views
How to change post status from frontend?
I'd like to add the posts in my loop the ability to toggle them between different post statuses (e.g. publish/draft).
What's the best way to do it?
Thanks in advance!
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+ ...
1
vote
2answers
749 views
Turn Off Automatic Trash Deletion?
I have a client who wants to use the trash feature, but keep items in there indefinitely (I have no idea why, but they insist on it).
From reading this codex article on the trash status, I see that ...
1
vote
1answer
208 views
What is a good wordpress 3.0+ plugin that supports automatic publishing to Twitter/Facebook?
I've tried Socialite and a couple others but they all appear to be reported as broken. When I tried them out, they were in fact broken.
Can anyone suggest some that automatically publish to these ...
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 ...