The blog post section of the Shopify theme "Dawn" displays all posts from the specified blog, but if you want to display only event information in the news, this is a setting that allows you to display only posts with a specific tag. The "Show all" link destination is also narrowed down by tag.
Example of how to set up a blog post section to display only posts with a specific tag

Setup Step 1: Add the schema to "featured-blog.liquid" and the label to "ja.schema.json"

Step 2: Modify "featured-blog.liquid" Part 1: Change the process of retrieving blog posts

Step 3: Modify “featured-blog.liquid” Part 2: Change the processing of the “Show All” button

