=== Widget Title Links === Contributors: ragulka Tags: widgets, links Requires at least: 3.0 Tested up to: 3.5 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Adds possibility to create clickable widget titles. == Description == This plugins simply adds an extra field to all widgets that lets you add a link to the widget's title. When the widget is displayed, the title is now clickable and links to the url you entered. Works with all widgets! == Installation == 1. Upload `widget-title-links` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Dance! == Frequently Asked Questions == = This plugin does not work with Widget X?! = The widget probably does not use the `widget_title` filter. Widget Title Links uses this filter to add the links to titles and if it's not used, there is no way to add link to the title. == Screenshots == 1. Add the link in the widget edit screen 2. Widget title is now clickable in the sidebar == Changelog == = 1.0 = * Initial release