I recently made the decision to move from EE from Wordpress.
Here is an image of the website: my web design
I am confused on how EE handles templates. In my website I have 2 repeating “templates” that are included on the page no matter what and they are the header and footer. Basially I want to know the best way to do this.
Here is how I am doing it currently (Lets take the “About page” for example):
I have made a new template group for the “About page” and called it “about”
In that template group I have the index.php which includes the following:
{embed="epv3/header"}
{exp:weblog:entries weblog="about"}
<h3>{title}</h3>
{body}
<div class="date">Posted on {entry_date format="%M %d, %Y - %h:%i %A"}</div>
{/exp:weblog:entries}
{embed="epv3/sidebar}
{embed="epv3/footer"}
If I continue doing it this way I have to manually embed the header and footer in every template. I am sure this must be an easier way to do this - maybe like some sort of parent template?
Any ideas?
