• Resolved rgarvez

    (@rgarvez)


    Hi,

    I was wondering if there’s a way to use different slider images as a header on different pages.

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Support agharibyan

    (@agharibyan)

    Hi there,

    This actually functions based on the theme of your website. You can perhaps try to write an if statement in header.php of the theme, which will control the display of the sliders on different pages.

    The basic code structure should be similar to the following:

    if ( is_home() ) {
        wd_slider(1);
    } else {
        wd_slider(2);
    }

    Cheers!

Viewing 1 replies (of 1 total)
  • The topic ‘different slider image on header’ is closed to new replies.