Session description
Traditional WordPress templates are written in PHP code that mixes HTML output with more advanced programming logic. The Timber plugin for WordPress lets you move the markup part of your templates into separate files written in Twig, a simple yet powerful templating language. When you separate logic from layout in this way, your themes will be easier to read, easier to edit and more portable.
In this lightning talk, Jesse will introduce the power of Timber to start simplify your themes using the versatile Twig templating language. He will also share examples of WordPress templates built with Timber, ranging from simple to advanced.