Variable Modifiers
- 1 - Installation.......
- 2 - Let’s Create a Channel.......
- 3 - Let’s Create a Template.......
- 4 - Using File Fields Part 1: Set Up.......
- 5 - Using File Fields Part 2: Templating.......
- 6 - DRY Template Layouts and Partials.......
- 7 - Moving the System Directory Above Webroot.......
- 8 - Variable Modifiers.......
- 9 - Working with Categories.......
- 10 - Working with Relationships.......
- 11 - Partials, Embeds, Variables.......
- 12 - Let’s Create a Channel Layout.......
- 13 - Routing.......
- 14 - Contact Form.......
- 15 - Adding A 404 Page.......
In this video, we will explore ExpressionEngine’s native variable modifiers, and create our blog snippet loop.
What We Do
- Explore existing variable modifiers, and talk about uses
- Add in a variable modifier
Code Snippets
Adding a Character Limit
<p class="mt-3 text-base leading-6 text-gray-500">{blog_content:attr_safe limit="150"}</p>
Links
- ExpressionEngine Variable Modifiers: https://docs.expressionengine.com/latest/templates/variable-modifiers.html
- See all of the site build in action in the Learn EE git repository