Sortable Sticky Posts Icon

Sortable Sticky Posts

By Aaron Brazell

Active Installs

20+

Last Updated

May 1, 2013

First Released

May 1, 2013

Download History (Last one month)


Contributors

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.

How do I order sticky posts?

Just drag and drop the posts in the order you want them considered.

I changed the order, but the order isn’t changed on my site. What’s wrong?

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' ) );

Do you like beer? Can I buy you one?

Derp. I’m a beer snob. Of course you can.

Changelog

1.0

  • Initial launch.
<br />
<b>Warning</b>:  Undefined array key /home/ylinkin/truewp.net/wp-content/plugins/truewp-plugin-info/truewp-plugin-info.php on line 756
" width="120" height="120">

No previous versions available.

Plugin Info

  • Version: 1.0
  • Last Updated: May 1, 2013
  • Active Installs: 20+
  • WordPress Version: 3.5.1 or higher
  • Tested up to: 3.6.1
  • PHP Version: or higher
  • Tags:    
    posts stickies sticky

Ratings


3.0 out of 5 stars. (2 reviews)

See all reviews
Scroll to Top