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 - 121 through 135 (of 417 total)
Problem:
Custom order for taxonomy fields in view filter
Solution:
There is no native way to sort terms by custom defined order using the custom field you created with taxonomy filter you added to your block view.
You may require custom code or another plugin that order the term like "Custom Taxonomy Order"
Problem:
The user has some post with a start and end datetime, on the same day, and he would like to filter the view by dates.
Solution:
The filter shortcode can take a values and dispaly_values arguments. Then we'll need custom code hook into the view and change its query filter.