Resource icon

How to change navigation links

Zackerykr

Member
Zackerykr submitted a new resource:

Change navigation links - How to change navigation links & link titles

I was messing around recently with the nav code, so I thought I'd share.

Linking the default "Home" link to a different external page:
Go to Appearance > Templates and search for "nav". A template should come up called navigation

Find
HTML:
        <xen:if is="{$showHomeLink}">
            <li class="navTab home PopupClosed"><a href="{$homeLink}" class="navLink">{xen:phrase home}</a></li>
        </xen:if>
To link to an external page, change the {$homeLink} part. So it would look...

Read more about this resource...
 
There is a field in the ACP where the home tab URL can be set.

Changing tab titles should be done by editing phrases, not the templates.
For my purposes this works the best, I do realize that editing the phrases would be easier but again it's just easier for me (Especially when testing)
 
There is a field in the ACP where the home tab URL can be set.

Changing tab titles should be done by editing phrases, not the templates.

I've been unable to find this setting in the ACP... can you tell me please where this is specifically? Thank you!
 
Top Bottom