This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

Shahiem
Shahiem

Hi,

Do anyone know how I use $i++ for Twig?

Something like this:

{% for post in posts %} {{ i++ }} {%endfor %}

ChadStrat
ChadStrat

{% for i in 1..array %} {{ i }} {% endfor %}

daftspunky
daftspunky

See the Twig documentation on the loop variable

{% for post in posts %}
    {{ loop.index }}
{%endfor %}

Last updated

Shahiem
Shahiem

Thank you, guys :)

Mihail Obrazenko
Mihail Obrazenko

Hello, Shahiem. Try this: {% set i = i + 1 %}

1-5 of 5

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.