Plugin Author
Steven
(@shazahm1hotmailcom)
You could, but, you would end up with both of these when you click on an entry detail/profile link too since you are not leaving the WP page.
You could do this, but requires a more complex configuration.
- Edit the page the directory is currently on. Look in the browser’s address bar and note the ID that WordPress has assigned the page.
- Create a new page. The name is not important but should be relevant. Let’s call the page “Business”. In the “Business” page content, add the Connections shortcode with the
home_id shortcode option set to the page ID of the original directory page.
- After you save the new page, take note of its page ID.
- Edit the original page again and add the
home_id shortcode option setting it to the new page ID.
- Ensure the new page does not display in your sites navigation.
- Now, when an entry is clicked on your directory page, the links will resolve to the new second page displaying only that entry with no other content.
Hope that helps!