Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <?php query_posts( array( 'post__not_in' => get_option( 'sticky_posts' ) ) ); ?>
  2. <?php while ( have_posts() ) : the_post(); ?>
  3. // The Loop.
  4. <?php endwhile; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement