Forums Forums Search & Filter Pro Use Portfolio template to show results.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Anonymous
    #161822

    I want to use the same template as it is in my prtfolio but i cannot get this work. Is it possible to shoe for example 4 results in one row and then another 4 and so on. Now it works but shows one column only.
    Thanks in advance!

    Trevor
    #161911

    Are you able to send me a live link/URL to your search page so I can take a look?

    Anonymous
    #161947
    This reply has been marked as private.
    Trevor
    #161950

    It MIGHT be possible. You could experiment with that activities page and edit this section:

    presscore_display_posts_filter( array(
      'post_type' => 'dt_portfolio',
      'taxonomy' => 'dt_portfolio_category'
    ) );

    For example, if the Post type you are searching is different, try changing these to match the ones you are searching.

    If that works, then you can use the Custom Display Results method and use the search and filter argument, like this:

    presscore_display_posts_filter( array(
      'search_filter_id' => 123
    ) );
    Anonymous
    #165631

    Hello Trevor and thanks for your support!

    This did not worked as i ‘d like but i manage to change the results.php file and get what i nedd as a result.

    Once again thanks!

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