SimonDTW
Member
Posted 3 years ago #
How do you add a web link inside a text widget in the sidebar? I am trying to add a link to my website in the sidebar of my blog via a text widget. The title of the widget will be 'Visit my website' and I want 'here' to be the link in the body of the text widget.
thanks
Simon
Well, You can change the sidebar.php file or use the WordPress Links feature.
If you're using a template like thesis there is an option to make a custom html to your sidebar.
http://www.w3schools.com/html/html_links.asp
<p style="text-align:center;"><a href="http://yourwebsiteurl" title="Visit my website">here</a></p>
SimonDTW
Member
Posted 3 years ago #