Skip to content
Grav 2.0 is officially stable. Read the announcement →
Archive

How do I sort taxonomy in taxonomy list?

Started by Muut Archive 9 years ago · 2 replies · 1020 views
9 years ago

Using the taxonomylist plugin. How would I sort these alphabetically by tag?

TWIG
{% set taxlist = taxonomylist.get() %}

{% if taxlist %}

<span class="tags">
    {% for tax,value in taxlist[taxonomy] %}

        <a class="btn btn-default btn-xs" href="{{ base_url }}/notes/tag{{ config.system.param_sep }},{{ tax|e('url') }}">{{ tax }}</a>

    {% endfor %}
</span>
{% endif %}

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1333 9 years ago
Archive · by Muut Archive, 9 years ago
2 924 9 years ago
Archive · by Muut Archive, 9 years ago
2 4055 9 years ago
Archive · by Muut Archive, 9 years ago
1 2938 9 years ago
Archive · by Muut Archive, 9 years ago
3 1111 9 years ago