03/13/2015 at 5:22 pm
#322770
Keymaster
@ Gregg
I see you’re using the shortcode multiple times on the same page. You can do that but will require some extra setup.
First, to remove the search and disable pagination, you can use this shortcode:
[connections enable_search='FALSE' enable_pagination='FALSE']
All the shortcode options that Tile Plus enable can be found on the doc page for it. As you see there are a lot of option you can use.
Now, since the shortcode is used on the same page multiple time, when you click an entry’s name you will results for each instance the shortcode exists on the page. That is why you see multiple “No results.”
To solve this you need to create a separate “results” page, let call it “Person”.
- Create a new page and name it “Person”.
- Add on the
[connections]
shortcode to the page with no options. - Set this new page to the Directory Home Page on the Connections : Settings admin page under the General tab.
- Now edit the original page where you have the shortcode on it multiple times.
- Add force_home=true to each instance of the shortcode.
- The final shortcode should look something like this:
[connections enable_search='FALSE' enable_pagination='FALSE']
Hope that helps!