WordPress Plugins Documentation
WordPress Plugins FAQ
-
What types of filter fields can I add to a filter set?
You can add filters such as Date filter, Author, Categories, Tags, and more under the Filter Fields tab when editing a filter set.
-
Can I customize the design of my filters?
Yes, you can customize the filter set layout, number of columns, background color, text color, font sizes, and button styles (submit and reset) in the Design tab.
-
How do I control where the filters are applied on my site?
In the Filter Set configuration, use the "Apply filter set to" option to select the post types or pages where the filters will appear.
-
How can I improve filter performance on sites with many posts?
Enable options like "Use Background Processes" to build cache in the background and "Use Transients" to store frequently accessed query data, improving performance on larger sites.
-
What does "Use AJAX dynamic filtering" do?
When enabled, the filters auto-apply dynamically without needing to reload the page when users select filter options.
-
What are some key general settings for WP Ultra Filter?
In the General Settings > General, you can control caching speed, use of background processes, use of transients for query caching, AJAX dynamic filtering, and the integration of selected filters (chips) display locations.