Home › Forums › Template Support › Bruno pro Template Question › Reply To: Bruno pro Template Question
Tony
Moderator
Hi there,
For this case, please open the template_folder/particles/jlgridcard.html.twig
find line 528
{% set tags = tags | merge([i | trim]) | sort %}
change to
{% set tags = tags | merge([i | trim]) %}
remove line 539-541
{% if particle.reverse_tags %}
{% set tags = tags|reverse %}
{% endif %}
In the next update, I will add an option to sort the tags using custom, alphabet and reverse.
Thank you