Return to Snippet

Revision: 19661
at October 28, 2009 05:23 by gd6d


Initial Code
A Custom Loop to Return All Sticky 
Postsquery_posts(array('post__in'=>get_option('sticky_posts')));



A Custom Loop to Ignore Sticky Posts
query_posts('caller_get_posts=1');

Initial URL
http://www.nathanrice.net/blog/definitive-sticky-posts-guide-for-wordpress-27/

Initial Description


Initial Title
Definitive Sticky Posts Guide for WordPress 2.7

Initial Tags
wordpress

Initial Language
PHP