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

Get a List of all taxonomy items of a certain kind

Started by Muut Archive 10 years ago · 1 replies · 395 views
10 years ago

Hi there,

i want to read all existing entries of the taxonomy "country". Can somebody help me please?

Regards,

Michael

10 years ago

I found it myself. You can get every entry of a certain taxonomy via twig.

---twig
{% for tag in page.taxonomy.tag %}
<a href="search/tag:{{ tag }}">{{ tag }}</a>
{% endfor %}

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1362 9 years ago
Archive · by Muut Archive, 9 years ago
2 939 9 years ago
Archive · by Muut Archive, 9 years ago
2 4069 9 years ago
Archive · by Muut Archive, 9 years ago
1 2959 9 years ago
Archive · by Muut Archive, 9 years ago
3 1124 9 years ago