@ Michael
You’ll need to use the home_id shortcode option. Here’s how:
- Create a new page, the page name is not important but should be relevant. Let call it “Member”.
- On this page add the
[connections] shortcode, nothing else, no options.
- Publish the page. Take note of the ID that WordPress assigns it. You can find this is the browser address bar.
- Now edit your Members page and add
home_id=n to each shortcode instance on the page where n is the page ID of the “Member” page.
- Save the changes.
Now all the links to the entry detail/profile view will resolve to the new “Member” page and can be displayed.
Hope that helps, let me know.