=== BlogWell's Simple Image Link Widget === Contributors: martynalandavis Tags: widget,image,link,advertisement,sponsorship,banner Requires at least: 2.5 Tested up to: 2.6.2 Stable tag: 1.0 A widget which allows you to add an image with a link to your sidebar. == Description == No longer do you have to use "<a href='...'><img src='...' /></a>" in a Text widget. == Screenshots == 1. Creating a simple image link widget. 2. How the simple image link appears. == Installation == Installing is a piece of cake. 1. Upload the 'simple-image-link' directory to your `/wp-content/plugins/` directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. Start adding "Simple Image Link" widgets to your sidebars. == Frequently Asked Questions == = Why? = Just because. = Where did you figure out how to write it? = Have a look at the comments at the bottom of wp-includes/widgets.php where you will find information on 'Pattern for multi-widget'. Kudos to the WordPress development team.