IT Nursery
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...
  • June 2, 2022
  • 0 Comments
IT Nursery
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...
  • May 30, 2022
  • 0 Comments
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...
  • May 24, 2022
  • 0 Comments
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...
  • May 21, 2022
  • 0 Comments
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...
  • May 15, 2022
  • 0 Comments