Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nilesh Shiragave

    (@snilesh)

    You have to add that code inside your current active theme’s page.php file, at the location where you want to place that slider. not inside functions.php file.


    <?php
    if(is_page('original'))
    {
    if(function_exists('wp_content_slider')) { wp_content_slider(); }
    }
    ?>

    Thread Starter ayoungvoice

    (@ayoungvoice)

    I’m using a Genesis child theme so it doesn’t have a page.php file.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Slider not showing’ is closed to new replies.