01/13/2017 at 8:58 am
#406659
Keymaster
@ Darrin
Well, you should not select based on slugs, those can change. You should select on id and joined tables by entry_id. The entry_id is how the data is linked.
What I suggest, install the Query Monitor plugin. Then create a page, add the Connections shortcode to it and limit it to the “county-extension-office” by ID category.
The shortcode would look like this:
[connections category=X]
X would equal the category ID for the “county-extension-office” category.
Use Query Monitor inspect the queries created by Connections. You’ll find the queries used to create a list of entries limited by category. You should be able to copy/past and alter as needed.
Let me know if that helps.
