=== Simple post listing === Contributors: sgcoskey Donate link: http://boolesrings.org Tags: posts, list Requires at least: 3.0 Tested up to: 3.3.2 Stable tag: 0.2 Use the [postlist] shortcode to show a list of posts. == Description == This is another simple plugin to show a list of posts from your blog. Use the `[postlist]` shortcode on any post or page. The shortcode supports several options: * **category**: If defined, show posts only from this category. Specify the category using its slug identifier. If you provide multiple comma-seperated category slugs then they will all be included. * **tag**: If defined, show posts only from this tag. Specify the tag using its slug identifier. If you provide multiple comma-seperated tag slugs then they will all be included. * **style**: One of *list* (default) or *post*. If it is *list*, then the list style is indented and bulleted. If it is *post* then the title is promoted to `

` and the list style is plain. * **text**: One of *none* (default), *excerpt*, *excerpt-formatted*, or *normal*. If it is *excerpt*, then the post excerpt is shown, similar to search results. If it is *normal* then the full post (up to the `[more]` tag) is shown. * **more_text**: Specify the text to append onto truncated excerpts. Defaults to ` ...`. * **null_text**: If no results are returned, shows this text. Defaults to `(none)`. * **class_name**: If defined, adds this class name to the generated `