Views plugin provides an API, making it easy to display Views output using PHP.
When you ask for help or report issues, make sure to tell us all related information about your View and the data that you want to display using the Views API.
Viewing 15 topics - 226 through 240 (of 260 total)
Problem: I would like my Users to select one parent post, then have that parent post applied to a post relationship filter in each View they visit on the site until they choose another parent post.
Solution: You can store the selected parent post ID in a custom field on the User's profile, then use a shortcode attribute to pass that value into a post relationship query filter using a View shortcode attribute.