In this first chapter, we load HTML and CSS into ExpressionEngine, getting EE to serve up the static template. The Design Template we'll be working with is simply a generic "open-source" design and was not specifically designed for this book. I chose the template for it's licensing model, relative s... Read More
In this chapter, we'll make a few coding tweaks to our site/index template. Title Tag For now, we'll edit this to just show a "root" title that shows our site name. In Chapter 10, I'll cover how to append a dynamic element onto the end of it for sections deeper into the site. For this step, you'll n... Read More