Forums › Forums › Search & Filter Pro › Adding Filters to Search.php
Tagged: Post Grid Pagination
- This topic has 11 replies, 2 voices, and was last updated 4 years, 8 months ago by Trevor.
-
Trevor(Private) February 28, 2020 at 8:51 am #235162
Are you able to send me a live link/URL to your search page so I can take a look? If you are searching a Portfolio post type, then the categories and tags will be Taxonomies, and not actually Category or Tag, so, in the Form UI, use one of more Taxonomy fields.
You may have to create a custom version of the theme template you are using to display the result, and add the form inside that using the PHP do_shortcode function. This is covered here:
https://searchandfilter.com/documentation/getting-started/display-search-form/#as-a-shortcode
Trevor(Private) March 2, 2020 at 1:05 pm #235309This appears to be Avada theme, yes? I would suggest setting up a single dedicated page for the display of the posts and results. I can see one setting that needs to be OFF, which you can only set on or off if you temporarily change the display results method to Post Type Archive, and it is the ‘Enable filtering on Taxonomy Archives’ setting. To confirm, that setting must be OFF.
I would suggest that you use this integration method when using the Avada theme:
https://searchandfilter.com/documentation/3rd-party/post-grid/
Trevor(Private) March 3, 2020 at 7:34 pm #235473The CSS at the bottom of this page should help start you off:
https://searchandfilter.com/documentation/getting-started/display-search-form/
-
AuthorPosts