@ Kale
Looks like you used the [connections] shortcode on the same page multiple times. Connections is designed to be used on that page a single time. You can do this, but you’ll need two pages…
Edit the page and look in the browser’s address bar for the page ID that WP assigns the page.
Create a second page and name it “Person” (name is not relevant). In this new page’s content use this shortcode:
[connections home_id=y]
Where y equals the page ID of the original page.
After you public the page, take note of the new page’s ID and add home_id=x' to every shortcode instance on the original page. Where x equals the second page’s ID.
Hope that helps.
ps. Fun fact, I use to detect this and “clear” the page’s content to only display the single entry no matter how many times the shortcode was used. But, due to the rise of page builders that had to be removed because “clearing” the page would also clear the page builder layout.
