Hi everyone
I have a real newbie question here but I can’t find an answer in the forums - I’m also not yet sure of the correct EE terminology so apologies if I use the wrong name for something…
I’m building my first EE2 site (using Building Websites with ExpressionEngine2 by Leonard Murphy as a guide). I want EE to output the main navigation as an unordered list which will be styled using css. I also want EE to add a unique id or class to the list item relating to the current page so that it can be highlighted, again using css. For example:
<ul class="menu-navigation">
<li>Home</li>
<li>About the Project</li>
<li>Choose a Walk Near You</li>
<li class="current-page">Local Maps</li>
<li>Activities</li>
<li>Contact</li>
</ul>I don’t know if this is possible to do with a standard EE2 install or if I need an extension? I’ve seen the NavEE module which looks like overkill for what I want. Does anyone have any other ideas?
Thanks