=== Widget Title Links === Contributors: ragulka Tags: widgets, links Requires at least: 3.0 Tested up to: 3.8 Stable tag: 1.2.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 == None at the moment == Screenshots == 1. Add the link in the widget edit screen 2. Widget title is now clickable in the sidebar == Changelog == = 1.2.0 = * Added option to open links in new window/tab = 1.1.2 = * Fixed Fatal Error bug (https://github.com/ragulka/widget-title-links/issues/3) thanks @bainternet! = 1.1.1 = * Fixed a last minute bug = 1.1 = * Fixed "The plugin does not have a valid header" issue * Refactored the plugin onto a class * Uses dynamic_sidebar_params filter instead of wiget_title filter. This will hopefully make this plugin compatible with all widgets. = 1.0 = * Initial release