Liste WordPress Posts
wp_list_postsRetrieves a list of WordPress posts with optional filters for status, categories, tags, search, and pagination.
Instructions
Holt eine Liste aller WordPress-Beiträge mit optionalen Filtern
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Seitennummer für Pagination | |
| tags | No | Tag-IDs (kommagetrennt) | |
| search | No | Suchbegriff | |
| status | No | Filtere nach Status | |
| per_page | No | Anzahl der Ergebnisse pro Seite (max 100) | |
| categories | No | Kategorie-IDs (kommagetrennt) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| posts | Yes | ||
| total | Yes |