Adding Tagging Part 2
Monday, April 12, 2021
Now we have blog posts that have tags attached to them, the next logical step is to create a page that shows the list of posts for that tag.
Using our existing system, what can we lean on to make this new page? We need a new template but the content is going to match similar to our blog index, and we will need to update our node file to query and build the pages.
I could take you on the journey to make this happen - but honestly towards the end I uncovered this article in the docs that pretty much steps you through step one and two.