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 - 901 through 915 (of 934 total)
Problem:
How to filter taxonomy select filter options/terms for the taxonomy added as frontend filter with a view on multiple pages
Solution:
There is no native solution to filter the taxonomy filter options. The workaround would be to filter your taxonomy query with WordPress standard hook: pre_get_terms
Problem:
How to set the default value for dropdown select added as views filter
Solution:
You can simply add custom javascript/jQuery code to your view's "Search and Pagination" section's JS editor that should set the default option for your view's frontend filter.
- A custom post type "Members", each "Member" post author is different WordPress user
- A post view, query "Member" posts,
Going to filter the result by custom user fields.
Solution:
It is not possible within Toolset Views/Blocks plugin, since Toolset Views/Blocks plugin is using WordPress class WP_Query to query posts, see WP document:
Problem:
How to set custom options for a custom field filter
Solution:
you should try to remove/update the existing filter and when you add/update the filter you should choose the option "Using Manually entered values", where you should add "In Stock" with "Display Value" section and in the value section add "yes". Please check the following screenshot:
=> https://nimb.ws/vupyiP
Problem:
Using Views on WP RSS Aggregator plugin's wprss_feed_item post type.
Solution:
The only way to add the post type "wprss_feed_item" is by creating it using Types plugin from Toolset => Post Types and add new post type with the same slug wprss_feed_item
You should try to follow the following steps if that helps:
(Please try the steps on a test install not on your production site)
- Deactivate WP RSS Aggregator plugin
- Create a new post type using Types with the same slug (wprss_feed_item) from Toolset -> Post Types/
- And then reactivate WP RSS Aggregator plugin
Now you will be able to see CPT "wprss_feed_item " with Types post type listing as well as with views.