=== Plugin Name === Contributors: markusfroehlich Donate link: http://bit.ly/2e9Bhcw Tags: Sticky posts, sticky post, sticky, post, post type, custom post types, custom post type, admin column, admin Requires at least: 4.0 Tested up to: 4.7.3 Stable tag: 1.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html This plugin adds a sticky post switch functionality to the admin list post/custom post type pages. == Description == This plugin add a new column to the admin list post/custom post type pages, that allows you easily change a post as sticky. Sticky Posts is a WordPress feature only for posts, with this plugin you can use this feature also with custom post types. = Features of sticky posts = * enables the sticky posts feature on custom post types * selection of the post types (post or custom post type) * selection of the switch icon color * customized order of the icon column * use only builtin WordPress functions * the star dashicon switch save the post sticky status immediately with ajax * multilingual support for WPML and MultilingualPress = Languages = * English * German == Installation == 1. Upload 'sticky-posts-switch' to the '/wp-content/plugins/' directory, or install the plugin through the WordPress plugins screen directly. 2. Activate the plugin through the 'Plugins' screen in WordPress. 3. You will now have the new column "Sticky Post" in the post admin screen. == Frequently Asked Questions == = Where can I config the plugin? = In the menu, navigate to the item "Settings -> Sticky Posts" = Why can't I find my own type of content (custom post type) in the list? = The only types of content displayed are those declared as public. See [register post type](https://codex.wordpress.org/Function_Reference/register_post_type). = I found a bug, what shall I do? = If you have found a bug in my plugin, please send me an email with a short description. I will fix the bug as soon as possible. = You like my plugin and you'd like to support me? = Thank you very much! In case you want to show how much you appreciate my work, I'd be very grateful if you could give me positive rating with Wordpress-Page and/or donate a small amount to me. == Screenshots == 1. The sticky post column at the admin list post page 2. Plugin settings == Changelog == = 1.1 = * Translation fixes * Add multilingual support for WPML and MultilingualPress = 1.0 = * Initial Release