Wordpress Widget - Adding URL to title
- by Nick Canarelli
I can't seem to figure out how to wrap the title of the widget in an tag. For example, I am trying to get it so that when you type the url in a text field, it is then placed in the tag so that it is a hyperlink on the website...
class Example_Widget extends WP_Widget {
/**
* Widget setup.
*/
function Example_Widget() {
…