Title: Adding Hyperlinks not working!!
Last modified: August 30, 2016

---

# Adding Hyperlinks not working!!

 *  Resolved [j.duran](https://wordpress.org/support/users/jduran-1/)
 * (@jduran-1)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/adding-hyperlinks-not-working/)
 * I need some help or advice
 * I have been trying to add Hyperlinks through WordPress and it does not seem to
   be working. I need some advice please? I tried to add links through the appropriate
   channels but it still doesn’t seem to work. Any help is appreciated. The pages
   below are that I am referring to.
 * [https://www.ptfcu.org/membership/membership-discounts-benefits/](https://www.ptfcu.org/membership/membership-discounts-benefits/)
 * [https://www.ptfcu.org/products-and-services/love-my-credit-union-rewards/](https://www.ptfcu.org/products-and-services/love-my-credit-union-rewards/)

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/adding-hyperlinks-not-working/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/adding-hyperlinks-not-working/page/2/?output_format=md)

 *  [lisa](https://wordpress.org/support/users/contentiskey/)
 * (@contentiskey)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/adding-hyperlinks-not-working/#post-6393775)
 * can you provide an example of one or two of the hyperlinks you are trying to 
   add? i want to understand the format you are using for the link.
 *  Thread Starter [j.duran](https://wordpress.org/support/users/jduran-1/)
 * (@jduran-1)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/adding-hyperlinks-not-working/#post-6393800)
 * for the discount and benefits is : [http://www.lovemycreditunion.org/Sprint-169.html](http://www.lovemycreditunion.org/Sprint-169.html)
 * for the credit union rewards :
    [http://www.lovemycreditunion.org/](http://www.lovemycreditunion.org/)
 *  Thread Starter [j.duran](https://wordpress.org/support/users/jduran-1/)
 * (@jduran-1)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/adding-hyperlinks-not-working/#post-6393801)
 * <h2>Links to other sites:</h2>
    [Click Here](http://www.lovemycreditunion.org/Sprint-169.html)
   for a discount offer from Sprint.
 * <img title=”Member Cellular Discounts with Sprint” src=”[https://www.lovemycreditunion.org/client/love_my_cu/banner_push/?bid=86&campid=4&clientid=3378&sid=1&#8243](https://www.lovemycreditunion.org/client/love_my_cu/banner_push/?bid=86&campid=4&clientid=3378&sid=1&#8243);
   alt=”Member Cellular Discounts with Sprint” width=”660″ height=”274″ border=”
   0″ />
 *  Thread Starter [j.duran](https://wordpress.org/support/users/jduran-1/)
 * (@jduran-1)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/adding-hyperlinks-not-working/#post-6393804)
 *  Thread Starter [j.duran](https://wordpress.org/support/users/jduran-1/)
 * (@jduran-1)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/adding-hyperlinks-not-working/#post-6393809)
 *  [lisa](https://wordpress.org/support/users/contentiskey/)
 * (@contentiskey)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/adding-hyperlinks-not-working/#post-6393837)
 * suggestion: use the html/text editor not the visual editor
 * **basic format for any link to an external website**
    `<a href="http://www.lovemycreditunion.
   org/Sprint-169.html">Click here for a discount offer from sprint</a>`
 * **basic format to link an image to an external website**
 *     ```
       <a href="http://www.lovemycreditunion.org/Sprint-169.html">
       <img title="Member Cellular Discounts with Sprint" src="https://www.lovemycreditunion.org/client/love_my_cu/banner_push/?bid=86&campid=4&clientid=3378&sid=1" alt="Member Cellular Discounts with Sprint" width="660" height="274" border="0" />
       </a>
       ```
   
 *  Thread Starter [j.duran](https://wordpress.org/support/users/jduran-1/)
 * (@jduran-1)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/adding-hyperlinks-not-working/#post-6393840)
 * I tried your suggestion and it is still not working.
 *  [lisa](https://wordpress.org/support/users/contentiskey/)
 * (@contentiskey)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/adding-hyperlinks-not-working/#post-6393841)
 * can you share the full html you are using for the link….everything from the `
   <a href....... to </a>`
 *  Thread Starter [j.duran](https://wordpress.org/support/users/jduran-1/)
 * (@jduran-1)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/adding-hyperlinks-not-working/#post-6393844)
 * `<a href="http://www.lovemycreditunion.org/Sprint-169.html" target="_blank">Click
   here </a>`
 *  Thread Starter [j.duran](https://wordpress.org/support/users/jduran-1/)
 * (@jduran-1)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/adding-hyperlinks-not-working/#post-6393845)
 *     ```
       <a href="http://www.lovemycreditunion.org/Sprint-169.html">
       <img title="Member Cellular Discounts with Sprint" src="https://www.lovemycreditunion.org/client/love_my_cu/banner_push/?bid=86&campid=4&clientid=3378&sid=1" alt="Member Cellular Discounts with Sprint" width="660" height="274" border="0" />
       </a>
       ```
   
 *  [lisa](https://wordpress.org/support/users/contentiskey/)
 * (@contentiskey)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/adding-hyperlinks-not-working/#post-6393849)
 * I will try your links in my WordPress test website on a new post.
 *  [lisa](https://wordpress.org/support/users/contentiskey/)
 * (@contentiskey)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/adding-hyperlinks-not-working/#post-6393850)
 * both of the links worked okay exactly as you have them formatted in your support
   forum post.
 * ======
 * this is what I see in your website source code. are you using the text editor
   when you are creating the content?
 *     ```
       <p>Click here </a> for a discount offer from sprint
       <br />
       <br />
       <img title="Member Cellular Discounts with Sprint" src="https://www.lovemycreditunion.org/client/love_my_cu/banner_push/?bid=86&campid=4&clientid=3378&sid=1" alt="Member Cellular Discounts with Sprint" width="660" height="274" border="0" /><br />
       </a></p>
       ```
   
 *  Thread Starter [j.duran](https://wordpress.org/support/users/jduran-1/)
 * (@jduran-1)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/adding-hyperlinks-not-working/#post-6393852)
 * I am using the text editor and I update it and its saved. I don’t know where 
   it is going wrong? is there another way I am not doing to save it?
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [10 years, 10 months ago](https://wordpress.org/support/topic/adding-hyperlinks-not-working/#post-6393853)
 * Try doing the same with all plugins deactivated *and* the Twenty Fifteen/ Fourteen
   theme active.
 *  Thread Starter [j.duran](https://wordpress.org/support/users/jduran-1/)
 * (@jduran-1)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/adding-hyperlinks-not-working/#post-6393942)
 * Ok, I tried all of that and it worked!!! Thank you so much for everyone’s help.
   I appreciate it lots.

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/adding-hyperlinks-not-working/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/adding-hyperlinks-not-working/page/2/?output_format=md)

The topic ‘Adding Hyperlinks not working!!’ is closed to new replies.

## Tags

 * [hyperlinks not working](https://wordpress.org/support/topic-tag/hyperlinks-not-working/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 16 replies
 * 3 participants
 * Last reply from: [lisa](https://wordpress.org/support/users/contentiskey/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/adding-hyperlinks-not-working/page/2/#post-6393953)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
