I know you can show title with: {{ page.header.title }}
But how can you show catagory (and tags) ?
I already tried: {{ page.taxonomy.category }} but don`t work
Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
I know you can show title with: {{ page.header.title }}
But how can you show catagory (and tags) ?
I already tried: {{ page.taxonomy.category }} but don`t work
Hi @walk, here is an example of displaying tags in the Bootstrap4 Open Matter theme:
https://github.com/hibbitts-design/grav-theme-bootstrap4-open-matter/blob/master/templates/partials/blog_item.html.twig#L50-L55
Also make sure your taxonomy items are defined in your site.yaml file:
https://learn.getgrav.org/16/content/taxonomy#taxonomy-example
Hope the above helps,
Paul
Log in to reply.
| Topic | Participants | Replies | Views | Activity |
|---|---|---|---|---|
| 6 | 103 | 8 months ago | ||
| 10 | 187 | 1 year ago | ||
| 4 | 148 | 1 year ago | ||
| 3 | 63 | 1 year ago | ||
| 4 | 259 | 1 year ago |