- This topic has 4 replies, 2 voices, and was last updated 8 years, 2 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 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 › Use Portfolio template to show results.
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
) );