Show scheduled posts in archive page
I’d like my archive.php page’s daily view (is_day) to display scheduled posts (post_status=future). For example, if I go to mysite.com/2011/05/20 I would see … Read more
I’d like my archive.php page’s daily view (is_day) to display scheduled posts (post_status=future). For example, if I go to mysite.com/2011/05/20 I would see … Read more
We are in the process of allowing authors to collaboratively be a part of the editorial process. They will have access to all … Read more
I can’t seem to get drafts to show up with WP_Query, even when post_status is set to ‘any’ or ‘draft’ $args = array( … Read more
I want to fire a function when a new post (cpt) is published. function my_publish( $new_status, $old_status, $post ) { if ( $new_status … Read more
i am currently working on a wordpress plugin. the plugin includes a database table that being update every time a post is being … Read more
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 … Read more
I’m trying to figure out why future_to_publish will not work. Here is a list of what I have checked to work: draft_to_publish future_post … Read more
1 day after koncerter_start_date all posts with custom-post-type koncert have to get the status draft 1 Answer 1 Your question isn’t very clear. Do you mean: 1 day … Read more
I don’t know how to remove these two options (private and pending review), for non admin users. This is a custom post type. … Read more
I am creating a frontend mosaic view where i need to show the most recent posts. So i need to show all published … Read more