Hi Richard,
You will want to amend your queries to check against site_id and or group_id. Example:
{exp:query sql="SELECT * FROM exp_categories WHERE cat_url_title = '{segment_2}' AND site_id != 1 LIMIT 1"}You will need to put the appropriate id instead of 1. You can get the site_id from the edit sites page (Sites > edit sites)
I hope this points you in the right direction.
Best regards,
Barry
Hi Barry,
That has fixed it. Thank you so very much 😊