Does anyone know how to share media across a WordPress multi site?
I’ve taken a look at the ‘Network Shared Media’ plugin but I’ve since learned that its not compatible with ACF’s image field!
One potential solution I had was to perhaps setup a MYSQL TRIGGER so that whenever a media item (attachment) is added it will trigger the database to copy it to the other WP post tables.
What do people think? Has anyone tried this?
Did you try this add-on?
https://github.com/tmconnect/acf-relationship-multisite
I think in your case you would use just this acf-relationship-multisite field instead of the image field. I’m using the add-on to get post objects and show the permalinks, featured images, titels, etc across subsites.
The only downside is that you can only select one subsite per field. So you would need to create a multisite field for every subsite you want to gain access to.
Hi,
Thanks for replying!
Unfortunately this doesn’t meet the requirements of the existing image field which allows you to select an image from the media library and upload to it as well.
Thanks for letting me know about this plugin though, may prove useful in the future.
Hi @juanallona
Thanks for sharing the solution.
This will surely assist someone else in the same state.