Hi Community,

I am looking to edit the BlogMonths.cshtml file and I'm guessing the model for it as well?

What I want to achieve:
- Have the Blog Archive left column box show year and months but only for a certain tagged blog post. So it would show year and months for only posts with the tag: "press-releases"

I know that the BlogPostListModel has the ability to look at tags but the BlogPostYearMonthModel only looks at dates and so on. So how can I filter the BlogMonths.cshtml file even more to show files that are tagged with "Press Releases"?

Thanks for any help guys!