list-posts
List WordPress posts with pagination and filtering options. Filter by status, categories, tags, author, or search to retrieve specific posts.
Instructions
List WordPress posts with pagination and filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| tags | No | Filter by tag IDs | |
| order | No | Sort order | desc |
| author | No | Filter by author ID | |
| search | No | Search query | |
| status | No | Filter by post status | any |
| orderBy | No | Order posts by | date |
| perPage | No | Posts per page (max: 100) | |
| categories | No | Filter by category IDs |