MetaSlider with Twentyeleven theme
-
I would like to use MetaSlider with Twentyeleven theme for the image in the header.
I added <?php echo do_shortcode(‘[metaslider id=”114″]’); ?> in the header.php
and replaced if ( $header_image ) :
with
if (is_home() || is_front_page()) : echo do_shortcode(“”); // replace 123 with your slideshow ID elseif ( $header_image ) :I do not know what went wrong, but the slideshow doesn’t work, only a static image shows in the header.
Can anyone help how to replace the image in the header with a slideshow in twentyeleven theme using MetaSlider?
Thank you
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘MetaSlider with Twentyeleven theme’ is closed to new replies.