- This topic has 1 reply, 2 voices, and was last updated 10 years, 1 month ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Display results according with search results
Tagged: display results
Hello,
is possible to display results with different pages layout, according with the results of the search?
For instance if one of the filters is product category, and I have three categories A, B and C, if the user selects product category A I display the results using a specific wordpress page related to product of category A and so on for others product categories.
Thanks
Hey there
S&F is for creating a search form(s) with a results page. So, you have to think of it as one template for your results page.
Saying that though, you are not limited by this restriction to achieve what you want – if you have some coding knowledge / familiar with WP templates you can load different content/layouts fairly easily –
https://developer.wordpress.org/reference/functions/get_template_part/
Inside your results template, you can check to see what the current user selections are, and then use that WP function to load different template parts.
You won’t be able to load a whole page templates (ie page.php) in this way though.
Hope that helps