Does anyone know how to limit the number of slider pages. I only want one with four or five posts. I have read that it’s something that needs to be changed in the loop-slider code but not certain what needs to be changed.
My website is http://www.cubolivre.com. In addition to the slider question, I have encountered a problem in the archives, a grey and white box over the post picture that I can’t seem to get rid of . Toyed around with the folded section in the stylesheet but no luck.
You can delete the navigation links in loop-slider.php, I’m not aware of any other way.
Is there a particular section I need to remove? Many thanks Daniel, great theme.
This piece of code:
<?php if ( $wp_query->max_num_pages > 1 ) : ?>
<div id="nav-slider">
<div class="nav-previous"><?php next_posts_link( '' ); ?></div>
<div class="nav-next"><?php previous_posts_link( '' ); ?></div>
</div><!-- #nav-above -->
<?php endif; ?>