Viewing 3 replies - 1 through 3 (of 3 total)
  • reneequinn

    (@reneequinn)

    You’ve probably already worked this out but in case anyone else is looking for the answer …

    Setup the parameters for the slider by inserting it into the page and then paste those parameters into a php echo statement …

    `<?php echo do_shortcode(‘[nivo source=”current-post” effect=”fade”]’); ?>’

    Sevenwords

    (@sevenwords)

    I want to integrate this plug-in into my header as well.
    I’m trying to display content from my custom post type “products”
    The following code works but I can’t find a way to set the effect & pause time.

    <?php easy_nivo_slider_for_featured_images(array('post_type'=>'products'))?>

    Where can I find this?

    I just wanted to say thanks reneequinn, that code help me out. It also works if you are using the NextGen plugin as follows:
    <?php echo do_shortcode('[nivo source="nextgen" gallery=1 size="widget"]'); ?>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Easy Nivo Slider] Put This into a template like Header’ is closed to new replies.