=== Postlist Shortcode === Contributors: dirtysuds,pathawks,jrevillini Donate link: http://www.pathawks.com/p/wordpress-plugins.html Tags: plugins, wordpress, shortcode, homepage Requires at least: 3.0 Tested up to: 3.2.1 Stable tag: 1.00 Adds shortcode `[postlist]` for embedding a list of posts into a page == Description == Add the shortcode `[postlist attr1=value1 attr2=value2]` to a page to generate an unordered list of links to posts matching the query specified by the attributes and their values. Useful for designing custom homepages. == Installation == 1. Upload 'dirtysuds-postlist' to the '/wp-content/plugins/' directory 2. Activate **DirtySuds - Postlist** through the 'Plugins' menu in WordPress 3. In the page editor, add the shortcode `[postlist attr1=value1 attr2=value2]` where the attributes specified are parameters understood by WP_Query (e.g. cat, post_type, numberposts) == Frequently Asked Questions == = I have an idea for a great way to improve this plugin = Great! I'd love to hear from you. postlist@pathawks.com == Changelog == = 1.00.20110226 = * First version * Works