=== List Latest Tagged Posts ===
Contributors: rhyswynne
Donate link: http://winwar.co.uk/plugins/list-latest-tagged-posts/
Tags: list, tags, tagged, wpquery
Requires at least: 4.1
Tested up to: 4.1
Stable tag: 1.0.2
Licence: GPLv2 or Later

Lists the latest posts associated with a tag, accessible via a shortcode.

== Description ==

This is an incredibly simple plugin, designed to output a list of posts tagged with a certain tag.

This is done via a shortcode, and you can control how many posts you show.

= About Winwar Media =
This plugin is made by [**Winwar Media**](http://winwar.co.uk/), a WordPress Development and Training Agency in Manchester, UK.

Why don't you?

* Check out our book, [bbPress Complete](http://winwar.co.uk/books/bbpress-complete/)
* Check out our other [WordPress Plugins](http://winwar.co.uk/plugins/), including [WP Email Capture](http://wpemailcapture.com)
* Follow us on Social Media, such as [Facebook](https://www.facebook.com/winwaruk), [Twitter](https://twitter.com/winwaruk) or [Google+](https://plus.google.com/+WinwarCoUk)
* [Send us an email](http://winwar.co.uk/contact-us/)! We like hearing from plugin users.

= For Support =
We offer support in two places:-

* Support on the [WordPress.org Support Board](https://wordpress.org/support/plugin/list-latest-tagged-posts)
* A [priority support forum](http://winwar.co.uk/priority-support/), which offers same-day responses.

= On Github =
This project is now on github, [you can view the repository here](https://github.com/rhyswynne/list-latest-tagged-posts/). There are other versions, but this is the one I've put up, so where all the developmental will be tracked.

== Installation ==

To install, please do the following:-

1. Upload the plugin to the `/wp-content/plugins/` directory or use the Add New feature
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Add the `[latest_tag_posts]` shortcode to any post or page.

= Attributes =

* tag - the slug of the tag you wish to search for.
* limit - the amount of posts to show - defaults to all posts. 

== Changelog ==
= 1.0.2 =
* Fixed a bug, with the the_title_attribute, now doesn't echo.

Time Taken: 4 minutes

= 1.0.1 = 
* Fixed an issue that caused the limit functionality not work.
* Found out about get_the_title_attribute(), used it.

Time Taken: 10 minutes.

= 1.0 =
* First Release

Total Time Taken: 50 minutes