Articles in this section

Add anchor text

You can create links that jump a reader to specific text in a post or page. First you add anchor text to the section where your readers will jump. Then you add a link to the anchor text in another part of the post. This article explains adding a jump link.

 

Before you start

  • You'll need a user account with an Contributor role or higher.
  • You'll need some basic HTML knowledge.
  • Know how to add links to a post.

 

Steps

  1. Add a post to your site.
  2. Access the Code Editor by navigating to the three vertical dots in the upper right of the top stripe.
  3. Click on the vertical dots to open the menu, then choose Code Editor in the Editor section.

mceclip0.png

  1. In the post editor, locate the text where you want your readers to land after they click the link.
  2. Wrap the text in an HTML paragraph tag. Give the tag an id attribute. For example:

<p id="anchorname">The text where readers will land.</p>

mceclip1.png

  1. Copy or make note of the id attribute tag.
  2. In the post editor, revert back to the Visual editor (Ctrl+Shift+Alt+M).
  3. Select the text where you want to add the jump link.
  4. Click the Insert/edit link button.
  5. In the link editor, enter a # sign and the attribute id (without quotes) from step 3. For example:

    #anchorname

    mceclip0.png

  6. Press Enter.