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 - 406 through 420 (of 460 total)
Problem: When using the location filter to select a location from the Google Maps autosuggest menu, clicking the location causes a different behavior than highlighting the location with the keyboard and pressing enter.
Problem:
Client has a custom field which, if set to some value, means that the post should be hidden in a View to all users except admin users. How to implement?
Problem: I would like to order the results of a View based on how well they match the search criteria.
Solution: Views sorting algorithms are based on WordPress sorting algorithms, which do not implement a "best match" criteria. This type of ordering would require significant custom code using the Views APIs wpv_filter_query and/or wpv_filter_query_post_process.