Recommended slideshow settings:
- Type: Flex Slider
- Width: 990
- Height: 620
- Stretch: On
- Arrows: On
- Navigation: Filmstrip
Steps
Go to Appearance > Editor. Select header.php from the right.
Find:
1 |
<div id="content" class="site-content"> |
Insert below:
1 2 3 4 5 |
<?php if (is_home() || is_front_page()) { echo do_shortcode("[metaslider id=123]"); // replace 123 with your slideshow ID } ?> |
Save.