I am building a site with many sections - at present the navigation elements have been created as a template with the links hard coded into them
eg
<li>News</li>
<li>Features</li>
<li>Events</li>
<li>something</li>
<li>something else</li>
<li>Magazine</li>
<li>Media</li>
<li>Competitions</li>
(should this nav be created dynamically?? If it were created dynamically is there a way of retaining the user-friendly urls?)
I have then created templates for each section that the nav links to
ie
.com/site/events/ will link to the event template.
It seems counter-intuitive to create the pages this way - am I going about it entirely the wrong way? I am assuming the categories are then for subnavs within the section?
