Viewing 3 replies - 1 through 3 (of 3 total)
  • I would love to help, but I am a bit confused about what exactly you’re asking.

    I looked around, but couldn’t find a reference to a single-post gallery.

    If you can be more specific I will do ma’ best.

    Thread Starter pepelleida

    (@pepelleida)

    Sorry, I wasn’t really specific. I mean if it is possible to display the images attached to a post in multisite by php??

    What I exactly want to do is to display in a slider the images attached to a post calling them from the single-post.php file with some php code.

    I used to use Easy Gallery slider to do it but it doesn’t work in multisite networks.

    Ahhh. Here is a bit of code that might help you:

    <?php echo nggShowSlideshow($galleryID, $width, $height) ?>

    Unfortunately, that only works with galleries. You would have to make a gallery for each post.

    NextGen uses its own tables to store images. It’s completely separate from the wordpress Media Library.

    If you attached images from the Media Library, you won’t be able to use any NextGen stuff with them.

    You can also use a shortcut via the post editor, which can insert a gallery slideshow (as well as other gallery/album/image types) via shortcode. Again, you can’t do something that just automatically takes attached Nextgen Images and throws them in a slideshow.

    There might be a plugin that can do what you want. The only other option is to code something custom.

    NextGen Plugins

    WordPress plugins

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Single post gallery in a multi site’ is closed to new replies.