Skip to main content
Skip table of contents

How to change the name of the "Blogs" link in the top navigation bar that comes with Lively Blogs

The name of the link can be changed by adding one line to the custom HTML settings in the Confluence Adminstration.

Steps

  1. Go to Confluence Administration → Look & Feel → Custom HTML

  2. Click Edit and add following text to the section At end of the BODY:

    CODE
    <script>AJS.$('#lively-blog-all-link span').html('NEW_LINK_NAME')</script>
  3. Replace 'NEW_LINK_NAME' with the text you want to be displayed.

  4. Save the settings

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.