08/13/2015 at 9:52 am
#342959
Keymaster
@ Murray
What is the query you are running? It should be as simple as this to query only public entries:
SELECT * FROM `wp_connections` WHERE `visibility` = 'public'
Of course you’ll need to change the table name in the query and add the INNER JOIN for the email table on the id and entry_id .
