wp_list_posts
List WordPress posts with ID, title, slug, and status. Filter by status, author, category, tag, or search to locate specific posts.
Instructions
List WordPress posts with ID, title, slug and status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Result page | |
| tags | No | Tag IDs | |
| order | No | desc | |
| author | No | Author ID | |
| search | No | Search term to filter posts | |
| status | No | Filter by status | |
| orderby | No | ||
| per_page | No | Results per page | |
| categories | No | Category IDs |