Title: Links
Last modified: August 19, 2016

---

# Links

 *  Resolved [sara1086](https://wordpress.org/support/users/sara1086/)
 * (@sara1086)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/links-4/)
 * I was wondering if anyone knows how to do the following:
 * I want to make it so that I can have a link to something on a page so that when
   the person clicks on it they are sent down the page to where more information
   about that particular topic is.
 * How can I go about doing this?
 * Thanks.

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

1 [2](https://wordpress.org/support/topic/links-4/page/2/?output_format=md) [→](https://wordpress.org/support/topic/links-4/page/2/?output_format=md)

 *  [xamataca](https://wordpress.org/support/users/xamataca/)
 * (@xamataca)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/links-4/#post-805564)
 * [http://wordpress.org/support/topic/187705?replies=4](http://wordpress.org/support/topic/187705?replies=4)
 *  Thread Starter [sara1086](https://wordpress.org/support/users/sara1086/)
 * (@sara1086)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/links-4/#post-805607)
 * I don’t understand any of that. I need someone who can help me who can come down
   to my level and tell me how to do things.
 *  Thread Starter [sara1086](https://wordpress.org/support/users/sara1086/)
 * (@sara1086)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/links-4/#post-805608)
 * I’m new at this website stuff, but I’m trying my hardest. Someone please help!!!!!!!
 *  [Clayton James](https://wordpress.org/support/users/claytonjames/)
 * (@claytonjames)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/links-4/#post-805617)
 * [http://paulbohman.com/web/xhtml/anchors](http://paulbohman.com/web/xhtml/anchors)
 * The shortest and most “to the point” explanation I could find.
 *  Thread Starter [sara1086](https://wordpress.org/support/users/sara1086/)
 * (@sara1086)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/links-4/#post-805618)
 * Thanks, I’ll read through it and hopefully find my way out of the mess that I’m
   in, lol.
 *  Thread Starter [sara1086](https://wordpress.org/support/users/sara1086/)
 * (@sara1086)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/links-4/#post-805673)
 * [http://paulbohman.com/web/xhtml/anchors](http://paulbohman.com/web/xhtml/anchors)
 * I followed the instructions on the above website and tried to create anchors 
   and links but it did not work 🙁 any other suggestions, anyone?
 *  [Clayton James](https://wordpress.org/support/users/claytonjames/)
 * (@claytonjames)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/links-4/#post-805676)
 * > so that I can have a link to something on a page so that when the person clicks
   > on it they are sent down the page
 * This is a little more in depth;
 * [http://www.w3schools.com/HTML/html_links.asp](http://www.w3schools.com/HTML/html_links.asp)
 * I think you have the right info, you just might need to get the hang of it, or
   find a tutorial that makes it click for you. What you are trying to do is called
   an “anchor” or “anchor tag”. Those key words in a Google search may give you 
   tons of resources. Sometime its takes a little practice before it makes sense.
   Best of luck to you!
 *  Thread Starter [sara1086](https://wordpress.org/support/users/sara1086/)
 * (@sara1086)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/links-4/#post-805679)
 * Thanks. I’ll give it another try 🙂
 *  Thread Starter [sara1086](https://wordpress.org/support/users/sara1086/)
 * (@sara1086)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/links-4/#post-805680)
 * The strange thing about it is that when I make the anchor, and the link shows
   up, if you click on it you are taken to the log-in page for wordpress.
 *  [Clayton James](https://wordpress.org/support/users/claytonjames/)
 * (@claytonjames)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/links-4/#post-805682)
 * If you create an anchor named “airplanes” somewhere down in your article;
 * `<a name="airplanes" id="airplanes"></a>`
 * …that becomes your anchor point, or the destination in the page you jump to when
   you click on a link to it.
 * The link leading to this anchor point in your article, should look like this;
 * `<a href="#airplanes">something about my airplanes"</a>`
 * That includes leaving the “pound” sign in, just as it is written above. When 
   you click on the link you created, it should take you to the anchor you created.(
   Did you by any chance use the full URL to your blog when you created your link
   instead of just the # sign)?
 * If I made an error, I hope someone will spot it and correct me. I can’t think
   of a reason why that would not work if you placed it in a page or a post.
 * Also note concerning the anchor:
 * > “There is nothing between the opening `<a>` element and the closing `</a>` 
   > element. It is ok to do this because anchors are invisible. Nobody can see 
   > them.”
 *  Thread Starter [sara1086](https://wordpress.org/support/users/sara1086/)
 * (@sara1086)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/links-4/#post-805683)
 * [something about my airplanes”](http://johnmorgan.ca/wp-admin/post.php#airplanes)
 * That is what happens. It takes me to the wordpress admin log-in page. maybe there
   is something in my theme that doesn’t allow me to do this…i’m not sure.
 *  Thread Starter [sara1086](https://wordpress.org/support/users/sara1086/)
 * (@sara1086)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/links-4/#post-805684)
 * sorry..it looks like this:
 * [something about my airplanes”](http://johnmorgan.ca/wp-admin/post.php#airplanes)
 * of course, without the space in between = and “[http://&#8230](http://&#8230);
 *  Thread Starter [sara1086](https://wordpress.org/support/users/sara1086/)
 * (@sara1086)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/links-4/#post-805685)
 * BLAH one more time… this is the address that comes up when i try to make an anchor:
 * [http://johnmorgan.ca/wp-admin/post.php#airplanes](http://johnmorgan.ca/wp-admin/post.php#airplanes)
 *  [Clayton James](https://wordpress.org/support/users/claytonjames/)
 * (@claytonjames)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/links-4/#post-805686)
 * Are you trying to link to something that is within the SAME page or post, or 
   are you actually trying to link between two separate posts on the same page? 
   I suppose that might be a factor. Sorry I have not been any real help on this
   one. I’m afraid I’m stumped…
 *  Thread Starter [sara1086](https://wordpress.org/support/users/sara1086/)
 * (@sara1086)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/links-4/#post-805687)
 * It’s okay. I’m stumped, too. It doesn’t seem like it should be this hard.
    And
   no..I’m trying to link something that is within the same page. but when I type
   in what you put above: `<a href="#airplanes">something about my airplanes"</a
   >` the address that I just wrote appears and so when I click on the link it sends
   me to the wp-admin page. Weird. Thanks anyway. I’ll keep trying.

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

1 [2](https://wordpress.org/support/topic/links-4/page/2/?output_format=md) [→](https://wordpress.org/support/topic/links-4/page/2/?output_format=md)

The topic ‘Links’ is closed to new replies.

## Tags

 * [links](https://wordpress.org/support/topic-tag/links/)
 * [page](https://wordpress.org/support/topic-tag/page/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 18 replies
 * 4 participants
 * Last reply from: [Sameera](https://wordpress.org/support/users/sameera/)
 * Last activity: [17 years, 6 months ago](https://wordpress.org/support/topic/links-4/page/2/#post-805745)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
