How to sync tags between posts that are linked through Posts 2 Posts?
I think there are 2 solutions for you problem. The first is rely on P2P functions like each_connected (see this as example) and retrieve the connected ‘Person’ after running a taxonomy query for ‘Activities’. Maybe this solution can be easier, faster and straightforward. Second solution is what you says in your question: apply the taxonomy … Read more