Title: Sortable Sticky Posts
Author: Aaron Brazell
Published: <strong>2013-05-01</strong>
Last modified: 2013-05-01

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/sortable-sticky-posts.svg)

# Sortable Sticky Posts

 By [Aaron Brazell](https://profiles.wordpress.org/technosailor/)

[Download](https://downloads.wordpress.org/plugin/sortable-sticky-posts.zip)

 * [Details](https://tt.wordpress.org/plugins/sortable-sticky-posts/#description)
 * [Reviews](https://tt.wordpress.org/plugins/sortable-sticky-posts/#reviews)
 * [Development](https://tt.wordpress.org/plugins/sortable-sticky-posts/#developers)

 [Support](https://wordpress.org/support/plugin/sortable-sticky-posts/)

## Description

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)

## Screenshots

 * [[
 * Simply drag the posts into the order you want them.

## FAQ

  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.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Sortable Sticky Posts” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Aaron Brazell ](https://profiles.wordpress.org/technosailor/)

[Translate “Sortable Sticky Posts” into your language.](https://translate.wordpress.org/projects/wp-plugins/sortable-sticky-posts)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/sortable-sticky-posts/),
check out the [SVN repository](https://plugins.svn.wordpress.org/sortable-sticky-posts/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/sortable-sticky-posts/)
by [RSS](https://plugins.trac.wordpress.org/log/sortable-sticky-posts/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0

 * Initial launch.

## Meta

 *  Version **1.0**
 *  Last updated **13 ел ago**
 *  Active installations **30+**
 *  WordPress version ** 3.5.1 or higher **
 *  Tested up to **3.6.1**
 *  Language
 * [English (US)](https://wordpress.org/plugins/sortable-sticky-posts/)
 * Tags
 * [posts](https://tt.wordpress.org/plugins/tags/posts/)[stickies](https://tt.wordpress.org/plugins/tags/stickies/)
   [sticky](https://tt.wordpress.org/plugins/tags/sticky/)
 *  [Advanced View](https://tt.wordpress.org/plugins/sortable-sticky-posts/advanced/)

## Ratings

 3 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/sortable-sticky-posts/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/sortable-sticky-posts/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/sortable-sticky-posts/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/sortable-sticky-posts/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/sortable-sticky-posts/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/sortable-sticky-posts/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/sortable-sticky-posts/reviews/)

## Contributors

 *   [ Aaron Brazell ](https://profiles.wordpress.org/technosailor/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/sortable-sticky-posts/)