Hey everyone,
I am currently working on two WordPress websites that utilize ACF Pro to create and display certain kinds of posts.
These posts need to always show up on both websites, even though they were only added to one of them.
So basically, what I am trying to achieve is that once a post is created or deleted, that post is also created/deleted for the other website.
The best options I am seeing so far is to add a sync button and once clicked, it will first erase all ACF Pro posts of that type from website 2 and then copy all posts (of that type) from website 1 to website 2, so both are in sync.
Is there an easier and cleaner way to perform this task?
Thank you!