wp_get_content
List posts or pages from a WordPress site, filtering by type and optional search terms.
Instructions
List posts/pages on an install (lean: id, title, slug, status, type).
post_type defaults to 'page'. query is an optional simple search term.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| install | Yes | ||
| post_type | No | page |