• Resolved paulius

    (@paulius42km)


    Hi all

    I have a blog that is using subites like en.my-blog.com de.my-blog.com on a multisite wordpress installation.

    I would like to share the Envira Galleries accross them instead of uploading same images in every single blog.

    Is that possible?

    I know the ID’s are unique and you can not use the same in every blog, but using a shorcode with that unique ID only works on a blog where this gallery is avctually uploaded.

    Cheers

    Paulius

    WordPress 4.1.1 Envira Gallery Lite Version 1.2.3

    https://wordpress.org/plugins/envira-gallery-lite/

Viewing 1 replies (of 1 total)
  • Tim

    (@n7studios)

    HI Paulius,

    Have you tried switch_to_blog? For example, you could use:

    switch_to_blog( $blog_id );
    envira_gallery( $envira_gallery_id );
    restore_current_blog();

    Thans,

    Tim.

Viewing 1 replies (of 1 total)

The topic ‘Sharing gallery accross multisite blogs’ is closed to new replies.