framework
framework copied to clipboard
Twig WordPress Loop
Build a Twig custom tag in order to handle the default WordPress loop into Twig templates.
{% loop %}
// Loop through posts
{% else %}
// No posts found.
{% endloop %}
In future release, the Twig engine support is going to be on a separate package.