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

Add a description to each category

Started by Muut Archive 9 years ago · 1 replies · 503 views
9 years ago

I have some categories and a page where shows all posts from this category. I want display a description for the selected category.

Thanks

9 years ago

Possible solution: enter the categories descriptions in user/config/site.yaml

TXT
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.

👍 1

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1338 9 years ago
Archive · by Muut Archive, 9 years ago
2 927 9 years ago
Archive · by Muut Archive, 9 years ago
2 4056 9 years ago
Archive · by Muut Archive, 9 years ago
1 2941 9 years ago
Archive · by Muut Archive, 9 years ago
3 1112 9 years ago