Hi everyone!
I’m very new to expression engine, in fact I started working with it for the first time today. I’m really enjoying it so far and the documentation is proving very helpful. However I need something explained to me as I seem to be confusing myself the more and more I read. I’m hoping this is the right area to put it in too, as I don’t view it as ‘Technical’ really.
Basically I’m trying to get my head around the structure of weblogs and how I should be using them. This is my navigation:
<ul>
<li>Home</li>
<li>The Team</li>
<li>Services</li>
<li>Products</li>
<li>Bits For Boats</li>
<li>Contact</li>
</ul>Now, what is the best way to structure this in the weblogs end? Would I just have a weblog called ‘content_pages’ or something similar and add entries to that? If so what is the correct way to be pulling them into a page? Does the navigation just link to it and the EE dynamically generates it?
I know this all seems basic but I’m just trying to get my head around it after just using Pages in Wordpress.
Thanks a lot for your time. 😊