Forums Forums Search & Filter Pro Display results according with search results

Viewing 2 posts - 1 through 2 (of 2 total)
  • Anonymous
    #41922

    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

    Ross Moderator
    #41932

    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

Viewing 2 posts - 1 through 2 (of 2 total)