GitXplorerGitXplorer
r

widget-title-links

public
6 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
325d2865ea296cd79d4277ee6bc700b83e578a8c

Re-generate POT and translation files

rragulka committed 10 years ago
Unverified
8732e40b89adf99f493ab7fe8e9aff5b4d6f2a8c

Improve Plugin Header

rragulka committed 10 years ago
Unverified
9c2a0e0889c5f0a505a0c7f3c18349010c4bfb3f

Avoid `Undefined index` PHP Notice

rragulka committed 10 years ago
Unverified
7dca306e6e555f8c8a5f8870524a4038f0921439

Avoid Undefined index notice

rragulka committed 10 years ago
Unverified
c226f0e08d7404e255c89ccd239e5edfbb6fc4d2

Update version and readme

rragulka committed 10 years ago
Unverified
dfbab26c03a1572b50ae829aa71f7c24034d53e3

Introduce widget_title_links filter

rragulka committed 10 years ago

README

The README file for this repository.

Widget Title Links

Adds possibility to create clickable widget titles in Wordpress.

###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

######Can I link the widget title to current page or post?

You can use the widget_title_link filter to do that.

###Screenshots

See http://wordpress.org/plugins/widget-title-links/screenshots/

###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

######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