slider in all pages

  • reza3d

    #1697

    How can i have slider on top of all pages of website?

    Admin

    Syahir Hakim

    #16903

    You would have to create a child theme to do this. After you have created a child theme, create a new file called functions.php. Then insert the following code into that file:

    <?php
    function graphene_display_slider(){
    graphene_slider();
    }
    ?>

    After that, make sure you activate the child theme through Appearance > Themes.

    reza3d

    #16904

    i have put the above code in functions.php but it does not slide anymore.

    slider does not move in any pages. what should i do?

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.