List from a tag with description

Hi,

I succeeded to get a list of articles with a given tag.
But is it posibble to list all articles from a given tag (or from a given category) with a description of the tag (or category) as a header of the list ?

Something like :

Tag Name
this is the category described as bla bla bla.........
...............
- article 1
- article 2 
- ---
- artcile n

If you want a description for your tags/categories, you’d need to make pages for them in your content.

content/
  taxonomy-name/
    tag-name/
      _index.md

The description would then be in the appropriate _index.md file. Others may know another way, but this is what I’ve used.

2 Likes