Skip Navigation

[Resolved] search

This thread is resolved. Here is a description of the problem and solution.

Problem:

Add custom field filters and taxonomy filters to post view.

Solution:

If you need a custom search form + search result, please follow our document to setup the view:
https://toolset.com/documentation/user-guides/front-page-filters/

If you need filters on custom fields and taxonomies, please check our documents:
https://toolset.com/documentation/user-guides/filtering-views-by-custom-fields/
Filtering Views Query by Custom Fields

https://toolset.com/documentation/user-guides/filtering-views-by-taxonomy/
Filtering Views Query by Taxonomy

Relevant Documentation:

This support ticket is created 5 years, 9 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 2 replies, has 2 voices.

Last updated by martinP-13 5 years, 9 months ago.

Assisted by: Luo Yang.

Author
Posts
#1197755

this page here i would like to add a filter , hidden link (and all the other /dogs/etc....)
the filter would allow me to filter , stake,,date of event, events,placement,the panel of judge and the judge
the page hidden link uses the following view ,
'[wpv-view name="view-to-show-all-events-related-to-adog"]'

in this theme file /public_html/wp-content/themes/simply-responsive-cp/single-dogs.php

i think nonce is set up and explained i can sussecfully do my other pages!!

#1198319

Hello,

Please elaborate the question with more details.

If you need a custom search form + search result, please follow our document to setup the view:
https://toolset.com/documentation/user-guides/front-page-filters/

If you need filters on custom fields and taxonomies, please check our documents:
https://toolset.com/documentation/user-guides/filtering-views-by-custom-fields/
Filtering Views Query by Custom Fields

https://toolset.com/documentation/user-guides/filtering-views-by-taxonomy/
Filtering Views Query by Taxonomy

And if you want to render a post view with PHP codes, please try Views API function render_view():
https://toolset.com/documentation/programmer-reference/views-api/#render_view
Renders a View and returns the HTML output.

#1198470

My issue is resolved now. Thank you!