=== Special Post Properties === Contributors: dhoppe Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=1220480 Tags: post, posts, admin, featured, gallery, image, images, theme Requires at least: 2.8.1 Tested up to: 2.9.1 Stable tag: trunk This Plugin adds some special properties like "featured post" and "gallery post" to your posts. == Description == With this Plugin you can mark your posts as "featured post" and/or "gallery post" if the post is about a gallery. The Plugin contains three Widgets which are made to 1. show your featured posts, 1. show your gallery posts, 1. show random images out of your gallery posts. To use the full power of this plugin i would advise you to pimp your theme with these functions. So if you are in the loop you can use the following code to check if this is a featured post: if (wp_plugin_post_special_properties::is_featured()){ Echo 'This post is featured!'; } else { Echo 'This post is boring... ;)'; } The Code is very clear and well documented. Of course also you can use the code of the prdovided Widgets to learn more. * The widget is aviable in __english__. * Das Widget ist in __deutsch__ verfügbar. == Installation == Installation as usual. 1. Unzip and Upload all files to a sub directory in "/wp-content/plugins/". 1. Activate the plugin through the 'Plugins' menu in WordPress. 1. Choose a post and go to the "Edit post" section. 1. Now you can choose some special options for this post. == Changelog == = 1.0.1 = * Replaced constants by translatable strings in Featured posts Widget. = 1.0 = * Everything works fine.