Post status filtering
Overview
Post status filtering defines which types of content are included in a loop, based on their publication state. With Divi Loop Extender, you can tailor loops for both front-end visitors and administrative dashboards.
For example, you might:
- Show only published content to public visitors.
- Build editorial dashboards that display drafts or pending posts.
- Preview scheduled (future) content on private or staging pages.
- Restrict private posts for logged-in members only.
This feature works seamlessly with WordPress’ native post statuses and recognizes additional custom statuses registered by third-party plugins when supported.
Where to find it
- Open the page or template in the Divi 5 builder.
- Select the parent container where the Loop is enabled.
- Open the Loop accordion in the sidebar.
- Scroll to the Post Status setting under the query controls provided by Divi Loop Extender.
Post Status Options
Status | Description |
---|---|
Published | Displays only posts that are live and publicly visible on the site. |
Pending Review | Displays posts awaiting editorial approval before being published. |
Draft | Displays posts saved as drafts that are not yet visible to the public. |
Scheduled | Displays posts set to publish automatically at a future date. |
Private | Displays posts marked as private, visible only to logged-in users with proper permissions. |
Any Status | Displays posts of any publication status, including drafts, pending, and published content. |