How do I disable to slider on the front page?

I am trying to disable to slider on the front page. I tried setting the number of posts to appear to “0″ but that does not work


In: Magazine Theme, Posted 313 days ago

By: Level Rating Level Rating2 points

    1 Comment on How do I disable to slider on the front page?

  1. admin says:

    Hello

    To remove slider from the home page, simple open index.php and remove these lines

    <div class=”slider”>
          <?php include(TEMPLATEPATH.”/includes/slider.php”);?>
        </div>