wp_list_pages
Retrieve WordPress pages with ID, title, slug, and status. Filter by parent, search term, or status, and control pagination and ordering.
Instructions
List WordPress pages with ID, title, slug and status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Result page | |
| order | No | desc | |
| parent | No | Filter by parent page | |
| search | No | Search term to filter pages | |
| status | No | Filter by status | |
| orderby | No | ||
| per_page | No | Results per page |