Support » Themes and Templates » Insert a slideshow into the Header

  • I am using Raindrops theme and I want to put a slideshow in the header.
    I installed Slideshow, Version 2.2.3, created a slideshow and it gave me the following:
    To use this slideshow in your website either add this piece of shortcode to your posts or pages:

    [slideshow_deploy id=’203′]

    Or add this piece of code to where ever in your website you want to place the slideshow:

    <?php do_action(‘slideshow_deploy’, ‘203’); ?>
    Where do I paste this code?
    Thanks for the help!

Viewing 1 replies (of 1 total)
  • I want to put a slideshow in the header.

    Where do I paste this code?

    likely into header.php of your theme.

    where exactly depends on where exactly you want to show the slideshow in the header area of your site.

    you might want to wrap the code into a div with a specific css class to make formatting easier.

Viewing 1 replies (of 1 total)
  • The topic ‘Insert a slideshow into the Header’ is closed to new replies.