Views plugin lets you build your own custom search for any content type. These searches can be based on post content, taxonomies and custom fields.
When you ask for help or report issues, make sure to tell us settings for your custom search.
Viewing 15 topics - 556 through 570 (of 744 total)
Problem: I would like to use a custom label when displaying a custom search filter.
Solution: You can hide the default label using the custom search field settings and provide your own custom label using other blocks in the search filters area.
Problem: I would like to trigger some custom JavaScript when pagination events are triggered by a specific View.
Solution: Use the JS event hook "js_event_wpv_pagination_completed" to trigger custom code. In the callback function, access the View's unique ID in the data parameter to target a specific View.