04/19/2014 at 8:10 am
#289077
Keymaster
@ Timothy
Yes, is what you need to do is create a second page, lets call it the “Results” page. You would add just the [connections]
shortcode with no options. When creating this page take note of the page ID number. After the page is created edit your original filter. Add the home_id option to it. So you would have this: [connections category_name="Families" home_id="X"]
, where X would equal the “Results” page ID number. What neat with this split page setup is that you can now use a separate template to show the results. You would just add the template option to the “Results” page shortcode like so [connections template="card-bio"]
.
Hope that helps!