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 - 301 through 315 (of 424 total)
Solution:
If you by default want to filter the posts compare to your custom date field for the future posts - you need to use the view's filter: wpv_filter_query
Problem: I have a View that isn't showing all the results I expect to see.
Solution: In this case, a filter in the View is filtering based on an outdated relationship field. A custom shortcode can produce a list of related post IDs, which can be used in a shortcode attribute to display all the related posts.