=== Widget Title Links === Contributors: ragulka Tags: widgets, links Requires at least: 3.0 Tested up to: 3.8.1 Stable tag: 1.4.1 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! = Options = * Open links in new tab/window * Wrap entire title bar in the link. Useful when you need to make the whole title bar clickable, not just the title text. == 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 == = Can I link the widget title to current page or post? = You can use the `widget_title_link` filter to do that. == Screenshots == 1. Add the link in the widget edit screen 2. Widget title is now clickable in the sidebar == Changelog == = 1.4.1 = * Avoid `Undefined index` PHP Notice = 1.4.0 = * Introduced the `widget_title_link` filter = 1.3.0 = * Added option to wrap entire title bar inside the link = 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