I have some categories and a page where shows all posts from this category. I want display a description for the selected category.
Thanks
I have some categories and a page where shows all posts from this category. I want display a description for the selected category.
Thanks
Possible solution: enter the categories descriptions in user/config/site.yaml
categories:
"category_1": "My category description"
"cat_2": "Another cat desc"
and then use {{config.site.categories[category]}} inside your category Twig file, where category is the variable that holds the category name.
Log in to reply.
| Topic | Participants | Replies | Views | Activity |
|---|---|---|---|---|
| 0 | 1338 | 9 years ago | ||
| 2 | 927 | 9 years ago | ||
| 2 | 4056 | 9 years ago | ||
| 1 | 2941 | 9 years ago | ||
| 3 | 1112 | 9 years ago |