The status tag has no wiki summary.
8
votes
2answers
318 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 ...
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 ...
4
votes
1answer
324 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 ...
4
votes
1answer
1k 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 ...
2
votes
1answer
53 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 ...
2
votes
1answer
196 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 ...
1
vote
2answers
776 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
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
337 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
1answer
44 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 ...
1
vote
1answer
409 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
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 ...
1
vote
0answers
31 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
41 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
158 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 ...
1
vote
1answer
227 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.
...
0
votes
1answer
11 views
Template redirect template loaded, but the header 404
I've created a template redirect for a given url, ex.: test.com/test
Test is page is not exists, i'm just checking the url from query_vars, if its match, i load the template with
...
0
votes
1answer
41 views
418 header status, I'm a teapot [closed]
I'm just backing up a clients via ftp site prior to working on it, when suddenly all urls are returning an error page with the header status being 418.
A quick Google finds that this was created for ...
0
votes
1answer
304 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 ...
0
votes
1answer
12 views
Show 'add comment' link for status updates in Twenty Thirteen
I have WP 3.6 running on my server. After playing around with it, I noticed that it's not very intuitive to add comments to a status update;
Guess how?
After some thought, I have decided I would ...
0
votes
1answer
27 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
votes
3answers
177 views
