Order posts by “sticky posts” first?
-
Hi,
Can anyone tell me how I would change this code:<?php if(have_posts()) : ?> <?php while(have_posts()) : the_post() ?>
To display the “sticky” posts first? (in order of newest to oldest), followed by the non-sticky posts (also in order of newest to oldest)?
Cheers,
Kim
- The topic ‘Order posts by “sticky posts” first?’ is closed to new replies.