Unless I missed it, is there a way to put this slider into a page template, like my header? I know you can do this with other slider plugins, but I didn't see the php string to copy/paste.
Thanks in advance!
Unless I missed it, is there a way to put this slider into a page template, like my header? I know you can do this with other slider plugins, but I didn't see the php string to copy/paste.
Thanks in advance!
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"]'); ?>'
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"]'); ?>
This topic has been closed to new replies.