>
Download This Plugin | |
Download Elegant Themes | |
Name | Quick Sticky |
Version | 1.2 |
Author | Scott Evans |
Rating | 60 |
Last updated | 2013-08-03 07:00:00 |
Downloads |
1737
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Quick Sticky plugin added 13 bytes of resources to the Home page and 28 bytes of resources to the sample Post page.
Quick Sticky plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Quick Sticky plugin ads no tables to your Wordpress blog database.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.