=== Plugin Name === Contributors: jmayoff Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6W4YSPHSP8BD8 Tags: user, information, image, description Requires at least: 3.0 Tested up to: 3.2.1 Stable tag: 0.9.2 Displays user info using a shortcode == Description == Displays user info using a shortcode that can be placed in a post, page or widget. If the user has a Gravatar, it will be included, aligned left or right depending on the shortcode attribute 'align'. This plugin no longer supports the User Photo plugin. == Installation == To install the plugin and get it working. 1. Upload `userinfodisplay.php` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Place [userinfo] in your posts, pages or widgets 4. You can include two attributes, both are optional id = the user's id, defaults to author of current post/page align = right or left, aligns the Gravatar. If not included, will default to left. == Frequently Asked Questions == None yet == Screenshots == None == Upgrade Notice == None == Changelog == = 0.9.1 = * Removed the dependance on User Photo plugin * Added Gravatar support (if user has a Gravatar it will be displayed) = 0.9 = * Initial version.