I can't add Smooth Slider on my index.php because the code in my WP theme is different
  • Hi,
    I'm having problem to install Smooth Slider beacuse you said i should install the code on index.php of my theme but the code in my WP theme is different.
    You said i should insert the code like this:

    <?php if ( function_exists( 'get_smooth_slider' ) ) {<br /> get_smooth_slider(); }
    if(have_posts()) : while(have_posts()) : the_post();
    ....(rest of the loop code)
    ?>

    But on the index.php of my theme (Fresh news) the code is like that:

    <?php if (function_exists('fpg_show')) { echo fpg_show(NULL); } ?>
    <?php if (have_posts()) : $count = 0; ?>
    <?php while (have_posts()) : the_post(); $postcount++;?>

    When i try to insert the Smooth Slider code my site stops working and displays a notice, something about syntax error.
    How can i insert Smooth Slider code in this code?
  • 1 Comment sorted by
  • please help me i need this plugin

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Login with Facebook Sign In with OpenID Sign In with Google Sign In with Twitter

Sign In Apply for Membership

In this Discussion