fetch_posts_by_category
Retrieve posts from a WordPress site filtered by category name. Supports pagination to navigate through results.
Instructions
Fetch posts by category name provided from a WordPress site. Args: category (str): The category name to filter posts by. page (int): The page number to fetch. Returns: dict[str, Any]: The response from the WordPress API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes | ||
| page | No |