Zackerykr
Member
Zackerykr submitted a new resource:
Change navigation links - How to change navigation links & link titles
Read more about this 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
To link to an external page, change the {$homeLink} part. So it would look...HTML:<xen:if is="{$showHomeLink}"> <li class="navTab home PopupClosed"><a href="{$homeLink}" class="navLink">{xen:phrase home}</a></li> </xen:if>
Read more about this resource...