Linking to specific sections of a page is a valuable tool to help your site visitors navigate your page. Learn to link to a section of a page by using a temporary Call to Action button to attain the link or by using anchor tags.
In this article:
If you are using the Premier Legacy Themes, please refer to the guide here.
Link to a section using a Call to Action
First, click the Website tab from the Dashboard and click the customize button of the page you would like to link to open the Theme Editor of your page.
- Create a Call to Action Button in the sidebar editor, and navigate to the newly created call to action button at the bottom of the page.
- Click the Button to edit.
- Navigate to the sidebar editor and click the Button Action dropdown.
- Select Go to a Section of this Page, then choose the Section you would like to link to.
- Enable Open In New Tab.
- Preview this page and right-click the CTA Button, and click open link in a new window.
- Use the URL in the newly created window as a link to the desired section of that page:
- After copying the link, Hide or Delete the CTA and click Save.
- Then, paste the URL to a Text or Button in another Page or Email to link to the Section.
Adding an anchor tag to a section of your page
- Click into the Text Block you want to lead to, click <> in the Text Editor.
- Then Insert the following code with your desired Anchor Tag.
We recommend creating an Anchor Tag that is relevant to the section. Keep in mind, the URL linking to the Anchor Tag will be visible to the visitors clicking the link.
<a name="anchor_tag_here"></a>
- add #AnchorTag to the end of your URL to send your audience to your anchor link.
In the example below:
<a name="growtogether"></a>
the URL to the Anchor is: https://help.kajabi.com/eva#growtogether
Note:
The Anchor Tag is case sensitive.
For example, if your Anchor Tag is
<a
name="GrowTogether"></a>
then your URL must have #GrowTogether and not #growtogether. Notice the difference in the first letter of each word. Be sure to match your URL to your Anchor Tag including any applicable lowercase or uppercase letters.