Let’s Create a Template
In this video, we will walk through creating our first template to view our new homepage.
What We Do
- Create our first Template Group
- Explore the Channel Entries tag
- Create our first channel entry tag in our template
- Limit a channel entry with the
url_title
parameter - Add some design
Code Snippets
Channel Entries Tag
{exp:channel:entries channel="page" url_title="homepage"}
<h1>{title}</h1>
<h2>{subtitle}</h2>
{page_content}
{/exp:channel:entries}
Links
- ExpressionEngine Channel Entries Tag: https://docs.expressionengine.com/latest/channels/entries.html#channel-entries-tag
- Tailwind CSS
- See all of the site build in action in the Learn EE git repository.
Comments 0
Be the first to comment!