=== Posts By Taxonomy Widget ===
Author: Pippin Williamson
Contributors: mordauk
Author URI: http://pippinsplugins.com
Plugin URI: http://pippinplugins.com/posts-by-taxonomy-widget-plugin-free
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=72HGD7SA97KPE
Tags: widget, recent posts, taxonomy, widgets, terms, custom taxonomy
Requires at least: 3.0
Tested up to: 3.5
Stable tag: 1.0.3


Display a list of taxonomy terms with recent posts in those terms in a simple to use widget

== Description ==

This plugin will provide a widget that allows you to display a list of terms from any custom (or built-in) taxonomy with a list of recent posts filed in each term. The terms are displayed in a list with each term's posts shown in a nested list.

== Features ==

1. Widget Title
2. Taxonomy to pull terms from
3. Number of posts to show per term
4. Multiple instances of the widget

== Installation ==

1. Upload 'posts-by-taxonomy-widget.php' to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress

== Screenshots ==

Check out http://pippinsplugins.com/posts-by-taxonomy-widget-plugin-free/

== Changelog ==

= 1.0.3 =

* Fixed undefined index errors
* Added esc_attr()

= 1.0.2 =

* Fixed undefined index errors
* Improved data sanitation
* Changed number field to a number field type
* Improved markup and general code formatting