Add hyperlink to get recent comments widget title
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Add hyperlink to get recent comments widget title’ is closed to new replies.
The topic ‘Add hyperlink to get recent comments widget title’ is closed to new replies.
(@janelitte)
18 years ago
I want to use the Widgetized version of “get recent comments” but add a hyperlink to the title. I looked at the plugin and found this portion of the code:
I changed this:
"grc_sidebar_title" => "Recent Comments",to this:
"grc_sidebar_title" => "<a href=\"http://dearauthor.com/wordpress/discussionpage\">Recent Comments</a>",But it doesn’t seem to work. Any suggestions?