Quick Sticky is a very simple plugin for WordPress that makes it easier to quickly feature or “sticky” posts from the posts overview screen.
Demo URL : wp.scott.ee
Login: administrator / administrator
On occasions I have 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 to your theme functions.php file:
add_filter('qs_one_post_only', '__return_true');
In order for the plugin to work the current WordPress user must have the ‘edit_posts’ capability.
Quick Sticky Plugin – Version 1.0
- Initial release