| 1 |
=== Plugin Name === |
| 2 |
Contributors: James Lao |
| 3 |
Donate link: http://jameslao.com/ |
| 4 |
Tags: category, posts, widget |
| 5 |
Requires at least: 2.8 |
| 6 |
Tested up to: 2.9 |
| 7 |
Stable tag: 3.1 |
| 8 |
|
| 9 |
Adds a widget that shows the most recent posts in a single category. |
| 10 |
|
| 11 |
== Description == |
| 12 |
|
| 13 |
Category Posts Widget is a light widget designed to do one thing and do it well: display the most recent posts from a certain category. |
| 14 |
|
| 15 |
Features: |
| 16 |
|
| 17 |
* Support for displaying thumbnail images via WP 2.9's new post thumbnail feature. |
| 18 |
* Set how many posts to show. |
| 19 |
* Set which category the posts should come form. |
| 20 |
* Option to show the post excerpt and how long the excerpt should be. |
| 21 |
* Option to show the post date. |
| 22 |
* Option to show the comment count. |
| 23 |
* Option to make the widget title link to the category page. |
| 24 |
* Multiple widgets. |
| 25 |
|
| 26 |
== Installation == |
| 27 |
|
| 28 |
1. Download the plugin. |
| 29 |
2. Upload it to the plugins folder of your blog. |
| 30 |
3. Goto the Plugins section of the WordPress admin and activate the plugin. |
| 31 |
4. Goto the Widget tab of the Presentation section and configure the widget. |
| 32 |
|
| 33 |
== Upgrade Notice == |
| 34 |
|
| 35 |
Note that version 3.0 drops support for [Simple Post Thumbnails plugin](http://wordpress.org/extend/plugins/simple-post-thumbnails/) in favor of WP 2.9's built in post thumbnail functionality. |
| 36 |
|
| 37 |
== Screenshots == |
| 38 |
|
| 39 |
1. The widget configuration dialog. |
| 40 |
|
| 41 |
== Changelog == |
| 42 |
|
| 43 |
3.1 |
| 44 |
|
| 45 |
* Fixed a bug in the thumbnail size registration routine. |
| 46 |
|
| 47 |
3.0 |
| 48 |
|
| 49 |
* Added support for WP 2.9's post thumbnail feature. |
| 50 |
* Removed support for Simple Post Thumbnails plugin. |
| 51 |
* Added option to show the post date. |
| 52 |
* Added option to set the excerpt length. |
| 53 |
* Added option to show the number of comments. |
| 54 |
|
| 55 |
2.3 |
| 56 |
|
| 57 |
* Really tried to fix bug where wp_query global was getting over written by manually instantiating a WP_Query object |
| 58 |
|
| 59 |
2.1 |
| 60 |
|
| 61 |
* Fixed bug where wp_query global was getting over written. |
| 62 |
|
| 63 |
2.0 |
| 64 |
|
| 65 |
* Updated to use the WP 2.8 widget API. |
| 66 |
* Added support for [Simple Post Thumbnails plugin](http://wordpress.org/extend/plugins/simple-post-thumbnails/). |