How can I add links to widget titles?
Making the title click-able WordPress won’t let you pass HTML code in the title of the widget, but it does have the handy parameters $before_title and $after_title that you can use to manipulate things. In your widget, just add the first part of the link (<a href=”…”>) to the end of $before_title and the last … Read more