09 - Passing Values to Embedded Templates
Embedded templates in ExpressionEngine are great for centralizing the storage of certain snippets of code; but sometimes - like with a Page Title - they need to display things that are unique to the page where they are being viewed. I’ve included the title tags in the embedded html_header template, which is great for centralizing our doctype and stylesheet link; but, I still want unique page titles for SEO & Bookmarks. How to have both? By using Embed Variables for the Embedded Template.
08 - Turning Repeatables Into Embedded Templates
A great example of how ExpressionEngine lets you be more efficient is using Embedded Templates to centralize the storage of any element of your site that is common to all pages (a “repeatable”). In this post I’ll work through the process of creating embedded templates from the repeatable elements on the index page template.
07 - Tweaking the Static Templates
In this chapter I get fussy with the code formatting and make some structural changes that should set us up for a better ExpressionEngine implementation down the road.
06 - Bringing Static Templates into ExpressionEngine
In this post we’ll bring the static HTML homepage and CSS into ExpressionEngine and get it to load at the subdomain here on Train-ee.com.
05 - Sample Templates Now Available
With this post a limited version of the sample templates from ChristianTemplatesOnline.com are made available for educational use.




