beginners guide
-
Anyone unfamiliar with html might struggle with this so I’m just posting my how-to guide.
Once you’ve added anchor links in your page using the editor provided you need to link to them.
You do this by creating an internal link in the usual way.1. Highlight some text and click the paperclip/Add Link icon.
2. Use the link manager dialoge “link to existing content” option and select your page.
3. At the end of the URL, add #anchorname
Save and publish.If you look at your page in Text mode the link should look a bit like this
<a title="Anchors Aweigh" href="https://domainname/?page_id=7#para3">YOLO</a>
You can manually edit the #para3 part to the anchor text name.
Hope this helps others.
- The topic ‘beginners guide’ is closed to new replies.