I want to list all Terms in the Taxonomy #7513
-
I have Taxonomy named Categories and I want to get a list of all Terms in the given Taxonomy.
|
Beta Was this translation helpful? Give feedback.
Answered by
jasonvarga
Feb 10, 2023
Replies: 2 comments
-
Use the -{{ categories }}
+{{ taxonomy:categories }}
<img src="{{ icon:url }}"> <a href="{{ url }}">{{ title }}</a>
-{{ /categories }}
+{{ /taxonomy:categories }} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hlorofos
-
Awesome @jasonvarga, thank you very much! I haven't realized you support engineers here, good job =) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use the
taxonomy
tag instead of the entry's field (categories
).