• Hello,

    I’m currently trying to use different easing sliders in different header pages, however, i can’t seem to get the code right.

    For example, i want to use the slider 64 in the home page, and use slider 205 in another page.

    Here’s the code i have:

    <?php if ( is_page(‘home’) && function_exists( “easingsliderlite” ) ) { easingsliderlite(64); }
    else if
    <?php if ( is_page(’18’) && function_exists( “easingsliderlite” ) ) { easingsliderlite(205); } ?>

    Thanks!

  • The topic ‘[Plugin: Easing Slider] Different header sliders in different pages’ is closed to new replies.