=== Recent Posts by Tags === Contributors: prasannasp Donate link: http://www.prasannasp.net/donate/ License: GPLv3 License URI: http://www.gnu.org/copyleft/gpl.html Tags: recent posts, tag, tags, widget, post list, exclude, include Requires at least: 2.9 Tested up to: 3.4.1 Stable tag: 1.0 Creates a widget with a list of recent posts belonging to selected tags == Description == This plugin creates a new widget which allows you to show recent posts by tags. The default Recent Posts widget in WordPress shows recent posts belonging to all categories. But this plugin gives you the option to show recent posts by tags. It is helpful if you are mainly using tags to categorize your posts. Visit developer's blog at prasannasp.net Other plugins from the developer
== Installation == 1. Extract recent-posts-by-tags.zip archive 2. Upload the `recent-posts-by-tags` folder to your `wp-content/plugins` directory. 3. Activate the plugin through the 'Plugins' menu in WordPress. 4. Go to Appearance --> Widgets to add the widget to any widgetized areas. == Screenshots == 1. Recent Posts by Tags widget options. Wordpress tag is selected 2. Recent Posts by Tags widget in sidebar showing recent posts tagged in WordPress tag. == Frequently Asked Questions == = How to style the widget? = The widget inherits the style of default WordPress Recent Posts widget. You can use `.rpbt-item` CSS calss to style it. Example `.rpbt-item { font-weight: bold; font-size: 14px; list-style: disc inside; }` == Changelog == = 1.0 = * Initial public release