Since yesterday the wp_scheduled_auto_draft_delete cron job somehow deletes all page entries from our menus. All entries in the table wp_postmeta with meta_key = '_menu_item_object' and meta_value="page" get deleted in...
I’ve made custom post type without title and editor and I use custom taxonomies, custom fields and attachments to form a post. My title is generated from custom taxonomies...
I’ve got a problem. I don’t want duplicate posts. Any way to check if a post already exists and if it does just set the new one to draft?...
I have created a front-end posting and dashboard system for my users to add and edit their own posts. In the dashboard area, I have a list of their...
I have a holiday sale page that no longer applies as the holidays have past. I want to keep the page for future design reference. I do not want...
Each of our posts are reviews for individual games and we occasionally have to ‘pause’ the game by changing it from published to pending review. The problem is if...
Last week our marketing team placed around 35 posts inside of draft due to some legal issues in our market. This week the same marketing team has reported that...
I’m updating programmatically posts in a WP 3.01 install, using custom made tools. Sometimes I do change programmatically post_status from DRAFT to PUBLISHED using custom SELECT queries, however this...
Using WordPress 3.1 is it possible to completely disable the drafts functionality or at least remove the “Save Draft” button from the post screen? 2 Answers 2 If by...
I am running a website with WordPress 4.2 and have changed the way draft posts or posts in review status are displayed to non logged in users (these posts...