Need help with post count and sticky posts
-
Hello,
I’m puzzled on how to limit my posts to only three visible on the homepage.I have it working but the problem is: if I make a sticky post, it overrides the setting, appearing on the page in addition to three other posts (for a total of 4 visible posts.)
This is what I’m using on my homepage post loop:
<?php query_posts('showposts=3'); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?>Any ideas? Many thanks!
The topic ‘Need help with post count and sticky posts’ is closed to new replies.