When looking at a draft post, get_the_date() only seems to return today’s date, not the post date, even if I have selected another date on the post edit screen....
  • May 11, 2022
  • 0 Comments
I want to check if a post already exists. This includes to check if the post exists as draft as well. But I struggle a little bit with the...
  • May 8, 2022
  • 0 Comments
Problem: I have a overview-page with a sub-page. Both pages are still in status “draft”. Now I want to create a link on the overview-page to the sub-page, a...
  • May 8, 2022
  • 0 Comments
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...
  • May 3, 2022
  • 0 Comments
IT Nursery
When I use the_permalink or get_the_permalink in a draft or scheduled post, the URL provided is not the “final” permalink—it is the unpretty ?p=xxxxx version. How can I get...
  • April 29, 2022
  • 0 Comments