Quick Sticky

Quick Sticky is a very simple plugin for WordPress that makes it easier to quickly feature or “sticky” posts from the posts overview screen.

Author:Scott Evans (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:3.6.1
Plugin version:1.2
Added to WordPress repository:17-02-2013
Last updated:07-07-2015
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:60
Rated by:1
Plugin URI:http://scott.ee/journal/quick-sticky/
Total downloads:1 875
plugin download
Click to start download

Quick Sticky is a very simple plugin for WordPress that makes it easier to quickly feature or “sticky” posts from the posts overview screen. It is a huge time saver when dealing with sticky posts.

On occasions I have also created sites where I have only wanted one sticky post at a time. The plugin contains a filter which allows you to enable this behaviour. Simply add the following snippet of code to your theme functions.php file:

add_filter('qs_one_post_only', '__return_true');

Once enabled, toggling a post as sticky will un-sticky (or un-feature) all of the other posts.

a plugin by Scott Evans