If I want to have a custom nav bar, is there a way to pull page titles and page urls out individually? For example, instead of the Home | Sitemap | blah... default bar, I want one that picks out some specific brochure pages e.g. Home | About Us | Contact Us etc. without showing all the pages.
If I edit the standard nav bar I can manually do:
<a href="aboutus.htm">About Us</a>
But is there a way to do:
<a href="autolink-to-aboutus.htm">Auto-Page-Title-About-Us</a>
Or am I coming at this from the wrong angle? Or maybe I should just stick with manual as that works...
If I edit the standard nav bar I can manually do:
<a href="aboutus.htm">About Us</a>
But is there a way to do:
<a href="autolink-to-aboutus.htm">Auto-Page-Title-About-Us</a>
Or am I coming at this from the wrong angle? Or maybe I should just stick with manual as that works...
Comment