Viewing 1 replies (of 1 total)
  • Plugin Author Josh Leuze

    (@jleuze)

    Hi Dan, that is really custom, looks cool! Did you figure something out for the standard slideshows?

    To do this without hacking the plugin, you’d have to setup a conditional in the slideshow template like this:

    <?php // Check for the home slideshow
    if ( $slideshow == "home" ) {
    	// Load the custom home slideshow template
    } else {
    	// Load the default slideshow template
    } ?>

    Then you can add the custom template if it’s for the home slideshow, and fall back on the standard template for the rest.

    Since each slideshow has a unique ID, you can target the homepage slideshow and style just that one differently.

Viewing 1 replies (of 1 total)

The topic ‘Different slideshow in inner pages’ is closed to new replies.