Target audience: Site Administrators, Site Managers
The On This Page block in the Web Management System (WMS) automatically creates a set of links to anchors that have been defined within a page. In 'smart mode', it creates links to any h2 or h3 headings on the page.
Note: The On This Page block will appear in the same region, with the same settings, for all pages on which it is configured to display. The block can be positioned in any of the block regions (i.e. right Sidebar, Top of page, Top of content, Bottom of page, Bottom of content) but is typically placed in the Top of content region.
In this article:
If the On This Page block has not yet been assigned to any page region, it will be found towards the bottom of the list of blocks, in the Disabled section of the page. Otherwise, locate it within one of the other block regions (usually Top of Content).
If the block should not appear on certain pages, make sure to adjust the Pages settings appropriately.
If there are any links at the top of the page should not be there, go to the HTML code view of the page and remove any extraneous anchors from the page.
If the On This Page block is set to display on any pages that previously contained hyperlinks at the top, remember to remove any custom-made hyperlinks.
<h3><a name="my_heading"></a>My Heading</h3>
or by using the WYSIWYG anchor tool:
Note: The name of the anchor cannot contain any spaces (e.g., "my_heading"). Also, using the HTML code tags instead of the WYSIWYG anchor tool will allow for the code to be placed more precisely on the page.
If there are any links in the block that should not be there, go back to the HTML code view of the page and remove any extraneous <a name="old_anchor"></a> anchors from the page.
If ‘smart mode’ is enabled, and anchors have also been configured on the page: