Return to Snippet

Revision: 24860
at March 12, 2010 14:39 by BoNzO


Initial Code
<?php
query_posts(array("post__not_in" =>get_option("sticky_posts")));
if ( have_posts() ) : while ( have_posts() ) : the_post();
?>

Initial URL
http://www.wpbeginner.com/wp-themes/how-to-exclude-sticky-posts-from-the-loop-in-wordpress

Initial Description


Initial Title
Exclude Sticky Posts from the Loop in WordPress

Initial Tags
wordpress

Initial Language
PHP