Title: Links in Widget
Last modified: August 22, 2016

---

# Links in Widget

 *  Resolved [knoxx](https://wordpress.org/support/users/knoxx/)
 * (@knoxx)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/links-in-widget/)
 * How can I add a widget that includes links? Or, how can I get the text in the
   widget to become a hyperlink?

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [SomewhatRounded](https://wordpress.org/support/users/somewhatrounded/)
 * (@somewhatrounded)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/links-in-widget/#post-5249571)
 * Good ol’ fashioned html will do the trick 🙂
 * ex. `<a href="http://thislink.com">link text</a>`
 *  Theme Author [ronangelo](https://wordpress.org/support/users/ronangelo/)
 * (@ronangelo)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/links-in-widget/#post-5249662)
 * > Or, how can I get the text in the widget to become a hyperlink?
 * Create links on a Text Widget by using the example on the post above.
 * You could also enclose the links in `<li>` tags to form a list of links.
 * ex.
 *     ```
       <ul>
          <li><a href="http://example1.com">link text 1</a></li>
          <li><a href="http://example2.com">link text 2</a></li>
       </ul>
       ```
   
 *  Thread Starter [knoxx](https://wordpress.org/support/users/knoxx/)
 * (@knoxx)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/links-in-widget/#post-5249665)
 * I feel pretty inadequate at a site like this, as there is a whole lot that I 
   do not know. I need to find a way to learn some of these basic things. Thank 
   you for your helpful answers. Ronangelo–thank you for the Frontier theme, too.
   I love it on my website.
 *  [SomewhatRounded](https://wordpress.org/support/users/somewhatrounded/)
 * (@somewhatrounded)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/links-in-widget/#post-5249693)
 * That’s the best part! Everyone is always learning 🙂 [codeacademy.com](http://www.codecademy.com/)
   is a great place to start! It goes over the basics, and it’s free! [teamtreehouse.com](http://teamtreehouse.com)
   is great too, but does have a cost (well worth it, though!)

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Links in Widget’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/frontier/1.3.3/screenshot.png)
 * Frontier
 * [Support Threads](https://wordpress.org/support/theme/frontier/)
 * [Active Topics](https://wordpress.org/support/theme/frontier/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/frontier/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/frontier/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [SomewhatRounded](https://wordpress.org/support/users/somewhatrounded/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/links-in-widget/#post-5249693)
 * Status: resolved