There's a long-running feature/bug in WordPress that prevents you from using unpublished pages as parents: that is, you can't add child pages to anything that's set to private, password-protected, scheduled, pending, or draft. This prevents you from doing things like creating a … [Read more...]
Changing roles’ capabilities
If you need to change one or two capabilities, it's relatively easy to do so with a few lines of code in a plugin or your theme functions file. For example, if we wanted to allow any logged-in user to view our private posts and pages, we would need to grant them two additional … [Read more...]
Create private categories
Have you ever tried to create a category consisting entirely of private posts? It's a pain to have to remember to set the visibility for each post before publishing it. One of my users simply couldn't remember to do it, resulting in a lot of accidentally public posts on that … [Read more...]