Don't want to repeat navigation code on every page. What can I do?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dz93
    New Member
    • Feb 2015
    • 2

    Don't want to repeat navigation code on every page. What can I do?

    I'm attempting to create a large content website and need help with my navigation.

    I need to be able to keep my website organized and easy to navigate and my problem is as time goes on and I add more content I'd have to go through every page to update the navigation code to include the new page. Is there a way I can reference the navigation code for every page in just one file so it's easy to update?

    Thanks
  • nomad
    Recognized Expert Contributor
    • Mar 2007
    • 664

    #2
    Hello dz93:
    You need to make a template. This will allow you to make changes to all your pages.

    Comment

    • Brilstern
      New Member
      • Dec 2011
      • 208

      #3
      dz93,

      Have you considered using PHP? This can allow you to create includes; which can be edited in one place and added to multiple webpages. Examples would include footers and headers on every part of your site.

      Comment

      Working...