• The slider doesn’t show up on the pages, if i change the homepage to a static page it doesn’t show up either.

    Thanks !

Viewing 1 replies (of 1 total)
  • Thread Starter rafik88

    (@rafik88)

    <?php

    $options = get_option(‘hereyago_theme_options’);

    if ( $options[‘front_slider_enabled’] != 1 && is_front_page() ):
    get_template_part( ‘front-slider’ );
    endif; ?>

Viewing 1 replies (of 1 total)

The topic ‘Sldier’ is closed to new replies.