Anchor link code:
- In WordPress Editor go to the place where you want the anchor link to be and place some code as shown below, this is called an anchor.
<a href="#cookie">cookie</a>
- Take note what you have called your anchor (in this case #cookie)
- Locate where you want the link to jump to and place this piece of code just before the word / heading. The ‘name’ has to be the same name as your anchor (without the # tag).
<a name="cookie"</a>
Comments are closed.