Forums
(@jordiromkema)
16 years, 1 month ago
I used:
query_posts(array( "post__not_in" => get_option("sticky_posts") ));
to get rid of all the sticky posts in the loop. Strange that it’s not in the documentation. Worked for me, hope it works for you too ??