• Hi,

    I’d appreciate any guidance as how to incorporate the AnythingSlider plugin into the header of my blog. I am using the twenty eleven theme, and ideally, I would like to replace the header images with the slider. Is this possible?

    Thanks!

    Alex

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can call shortcode in the header with do_shortcode

    example:

    <?php echo do_shortcode('[anything_slides cat=yourcategory width=500 height=200 delay=1000 resume=15000 animation=750 order=ASC orderby=menu_order]'); ?>

    Thread Starter amillet

    (@amillet)

    Thanks Snive!

    I was looking around for documentation on the shortcode for the Anything Slider, but couldn’t find any to adjust the amount of slides viewed at a single time. Ideally, I’d like three visible at once. I can change this in the settings, but then I can’t revert to having only once slide when I want to have a blog post, for example. Would you know of any shortcode, or any other way of achieving this?

    Thanks!

    Alex

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Integrate AnythingSlider into Header’ is closed to new replies.