=== Plugin Name === Contributors: technosailor Tags: loop, template tag, featured, wordpress2.7 Requires at least: 2.7-RC1 Tested up to: 2.7-RC1 Stable tag: trunk Provides user-designated keyword info to determine featured articles. USes WordPress 2.7 plugin architecture. == Description == Users can designate a specific keyword that will be used in providing featured content. If you have ever seen a breaking news alert on, say, CNN.com, then you can possibly see the value of keyword based "content floating". Need everything tagged 'Mumbai' to show up as 'featured'? What about 'Red Sox' around World Series time? This will take some of the hand-rolling currently necessary out of designating featured articles. == Installation == 1. Upload wp-smartfeatures to wp-content/plugins/ 1. Activate 1. Add keyword on the Settings > Reading screen 1. Alternatively, install from WordPress admin since you have to use WP 2.7 for this plugin to work. == Frequently Asked Questions == = I am using WordPress 2.6. How come this plugin will not work? = I have specifically chosen to make this plugin WordPress 2.7 compatible only. Part of that is to demonstrate to other plugin authors how to effectively build plugins under the new architecture. The other is simply because I don't feel like being backwards compatible. = Can I designate more than one keyword? = Not at this time, but soon. = How do I use this thing? = I have provided one template tag for use in your theme. It is the `smart_featured()` tag. It takes 2 optional arguments. The first argument is $term and can be used to override the option set in WordPress admin. The second argument is $post_count and it designates the number of posts that should be returned as "featured". The default is 1. The Post Data is returned as a raw object, so you will need a little PHP to work this stuff out. That said, I've intentionally left it raw to find out what the community wants? If you provide some feedback, I can work it in - I just don't want to assume anything. == Self Serving Stuff == This plugin was created by Aaron Brazell of [Technosailor.com](http://technosailor.com). I will often write about WordPress as well as other interesting things in the business, technology and entrepreneurship world. You should subscribe.