I am working on a Drupal website. It has been designed by someone else.
I want to change the settings from automatically publishing post to not automatically publishing. I set the option in content types, my content type (edit), publishing options. It is set to “not published”. Every time I add a new post, it still is published though.
Where is this going wrong? Do I need to change something in the code? if yes, where do I change it?
There are a number of configuration options that could cause this that can be adjusted via the user interface without delving into code.
It’s possible that anonymous users have permissions to view unpublished content.
It’s also possible that you have a views configured to return results unfiltered by published = true.