Viewing 2 replies - 1 through 2 (of 2 total)
  • Ramona

    (@nextend_ramona)

    Hi @webg,

    You could use the code like this:

    <?php
      if(is_home() || is_front_page()){
          echo do_shortcode('[smartslider3 slider="1"]');
      }
    ?>

    and this way the slider will only show up in your front page. You can find some other publishing methods to show the slider on specific pages here.

    Thread Starter Husein Yuseinov

    (@webg)

    Thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I want to show slider just on front page/home page’ is closed to new replies.