Hyperlink in Text Widget
-
I want to insert a hyperlink into a text widget to take people to another of my blogs. I want the visible text to be Keith’s Travel Ramble – Mexico.
How can I do this?
Blog url: http://jkhowie1.wordpress.com/ -
Well, the easiest way would be to use the Links section of your Dashboard and add a Links widget, but you can add a link in a Text widget with the following code:
<a href="[URL]">[name]</a>For example:
<a href="http://wordpress.com/">WordPress.com</a>
- The topic ‘Hyperlink in Text Widget’ is closed to new replies.