20+
May 1, 2013
May 1, 2013
Adds a new admin settings section to the Settings > Reading table. Drag and drop Sticky Posts in the order you want them considered by WordPress. (Note: You still have to set posts as sticky on the post edit screen for sticky posts to show up)
No installation instructions provided.
Just drag and drop the posts in the order you want them considered.
This is a case of the loop not using orderby => post__in. You have to manually modify your query to do this. Future versions will handle that for you.
$sticky_loop = new WP_Query( array( 'post__in' => get_option('sticky_posts'), 'orderby' ==> 'post__in' ) );
Derp. I’m a beer snob. Of course you can.
No previous versions available.