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
Leave a Reply
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
1 Comment on How do I disable to slider on the front page?
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>