• Hi im configuring a car sales page.
    http://sylvestbiler.dk

    I would like to implement this slideshow on every product to show 5 – 10 different images, instead of the single image shown.
    Inspect element on the picture will give you ID “singimg”
    I’d like to replace that with this slideshow.
    I know how to implement the code in PHP using
    <?php echo do_shortcode(‘[flip]‘);?>
    but that will show it on every product so if i use it on my Touran
    it will also show touran pictures altough im on a Peugot 😛
    Can anyone please help me?

    Thanks in advance
    – Albert
    This is the code used atm to the product images.

    <?php
    if ( has_post_thumbnail() ) { ?>
    	<a rel="prettyPhoto"> " title="<?php the_title(); ?>" ><img class="singimg" src="<?php bloginfo('stylesheet_directory'); ?>/timthumb.php?src=<?php get_image_url(); ?>&h=350&w=660&zc=1" alt="" /></a>
    <?php } else { ?>
    	<a>"><img class="singimg" src="<?php bloginfo('template_directory'); ?>/images/dummy.png" alt="" /></a>
    <?php } ?>

    http://wordpress.org/plugins/wp-flipslideshow/

  • The topic ‘PLUGIN SUPPORT] Flip Slideshow 2.2 Implement different slides on each product’ is closed to new replies.