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
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 | 726 | 10 months ago | ||
| 10 | 625 | 1 year ago | ||
| 4 | 547 | 1 year ago | ||
| 3 | 472 | 1 year ago | ||
| 4 | 817 | 2 years ago |