post_status always includes public
-
I am using a plugin that allows me to change the status of a post from public to archived. I want to set up a page to show archived posts and tried this:
[display-posts post_status=”archived”]
It returns the archived post but also shows the ones that are published and not archived. How do I eliminate showing the public ones and only show archived?
- The topic ‘post_status always includes public’ is closed to new replies.