framework icon indicating copy to clipboard operation
framework copied to clipboard

Twig WordPress Loop

Open jlambe opened this issue 7 years ago • 1 comments

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 %}

jlambe avatar Apr 14 '17 13:04 jlambe

In future release, the Twig engine support is going to be on a separate package.

jlambe avatar May 30 '22 19:05 jlambe