Filter Default display of Blogs using tags in Blog Post Section, Symmetry Theme

Topic summary

A user wants to filter blog posts displayed in the Symmetry Theme’s Blog Post Section based on tags.

Their goal is to:

  • Show all posts on the homepage
  • Display only posts with specific tags on a separate landing page

The current limitation is that the theme only allows selecting which blog to display, not filtering by tags within a blog. This would require duplicating posts across multiple blogs to achieve the desired result.

A developer responded that implementing tag-based filtering would require custom Liquid coding to render only tagged posts from a blog collection. The discussion remains open with no concrete solution implemented yet.

Summarized with AI on October 30. AI used: claude-sonnet-4-5-20250929.

I’m looking to filter the blog posts that are displayed using the Blog Post Section in Symmetry Theme.

I want to home page to show the current news feed however I have a separate landing page where I would only want blogs with a specific tag shown.

You can select which blog to show however I don’t want to have to duplicate blog posts in order to have them show up in two separate blog feeds

This will custom coding with liquid to render only blogs with a tag from a blog collection.