07/16/2014 at 7:38 pm
#297274
Keymaster
@ Linda
What you’re seeing is correct functionality, 4 shortcodes, 4 sets of results… even though when you click thru to a single entry, you’re actually still on the same WordPress page.
You can do what you want, here’s how:
You need to create a “results” page. Create a new page named “Result” (or anything you want). Put the [connections]
shortcode on it just once with no options. Now go to Connections : Settings admin page and change the directory home page to the “results” page you just created. Now, on the page with your 4 shortcode codes use the force_home shortcode option. So you should end up with:
<strong>Faculty</strong>
[connections category=8 force_home='TRUE']
<strong>Technical/Scientific Staff</strong>
[connections category=4 force_home='TRUE']
<strong>Administrative Support Staff</strong>
[connections category=6 force_home='TRUE']
<strong>Research Assistants/Students</strong>
[connections category=7 force_home='TRUE']
Now when you click on the links the for the single entry, it’ll use the “results” page where the shortcode exists only a single time.