UserFollowedPosts
List the UserFollowedPosts for the WordPressOnline website.
Table Specific Information
SELECT
The connector uses the WordPress API to process some of the filters.
- DateRangeAfter supports the '<', '>' comparisons.
- DateRangeBefore supports the '<', '>' comparisons.
The connector processes other filters client-side within the connector.
For example, the following queries are processed server side.
SELECT * FROM UserFollowedPosts
SELECT * FROM UserFollowedPosts where DateRangeBefore<'2025-05-08'
Columns
| Name | Type | References | Description |
| DateRangeAfter | Datetime | Filters followed posts to include only those published after this date and time. | |
| DateRangeBefore | Datetime | Filters followed posts to include only those published before this date and time. | |
| Number | Int | The total number of followed posts returned in the query. | |
| Posts | String | An array containing details about each post the user follows, including title, ID, and publication metadata. |