Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

How do I sort taxonomy in taxonomy list?

Started by Muut Archive 10 years ago · 2 replies · 1116 views
10 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 2280 9 years ago
Archive · by Muut Archive, 9 years ago
2 1496 9 years ago
Archive · by Muut Archive, 9 years ago
2 4745 9 years ago
Archive · by Muut Archive, 9 years ago
1 3557 9 years ago
Archive · by Muut Archive, 9 years ago
3 1621 9 years ago