When viewing a draft page on the frontend, I’d like to see that status right away on the page itself. Currently, there is zero indication. Is there any way...
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....
The preview function works fine when posts are just draft. The url looks like this : http://exemple.domain.com/blog/?p=12&preview=true Then when I pubish my posts, let’s say I want to change...
I recently updated to wordpress 4.0. However, when I try to preview my drafts, I receive an error saying that I do not have the permission to do so....
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...
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...
I’m looking for ways to prevent “private” and “draft” pages from appearing (to non-logged-in admins) in a site’s Primary Navigation menu which is based on a custom menu –...
Is there a way to hide user profiles in the front end, while still allowing their information to be accessible in the backend? Something similar to setting posts or...
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...
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...