We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

How to Display Blog Categories or Filter by Tags on Homepage – Dawn Theme

How to Display Blog Categories or Filter by Tags on Homepage – Dawn Theme

JontiUK
Visitor
3 0 0

Hi everyone, 😊

 

I’ve created a fair number of blog posts on my Shopify store since 2024 using the Dawn theme, and I’ve run into a bit of a limitation that I’m hoping someone can help clarify or provide a solution for.

 

On the homepage, I’m using the default blog section which displays four blog posts along with a “View all” button. That part works fine. However, what I can’t seem to find is any option to allow visitors to filter or view blog posts by category, company, product type, or tag—either directly from the homepage or in a more organized fashion elsewhere.

 

At the moment, clicking “View all” just takes visitors to a full list of every blog post, regardless of category or topic. That makes it quite difficult for users to find content that’s relevant to what they’re actually interested in.

 

It feels like a fairly obvious and valuable feature to have—especially when blogs are being used to support multiple products, brands, or customer interests. So my question is:

 

  • Am I missing something in the Dawn theme settings?
  • Is there a native way in Shopify to display blog categories or tag-based filtering?
  • Or would this require custom coding or a third-party app to implement?
  • Or should I use a third part app to display blogs?

 

Thanks in advance for any help or direction!

Much appreciated. 🙏

 
 
Replies 2 (2)

Darshan17
Shopify Partner
68 5 9

Hi @JontiUK ,

We can implement a custom coding solution to filter blog posts based on tags, blogs, or categories to which they are assigned. If you're comfortable sharing collaborator access, please let me know, and I will proceed with this task for you. 

Thank you!

If this fixed your issue, a Like and marking it as a Solution would mean a lot!
Shopify Developer | Helping eCommerce Stores Grow – cmsMinds (Shopify Partner)
Need help improving your Shopify store to stay ahead of market trends or need expert support?
 Connect with me at ujjawal@cmsminds.com

websensepro
Shopify Partner
2144 268 319

Hi @JontiUK
Here are two main ways to add category/tag‑based filtering to your Dawn theme blog:

1: Use a third‑party app

Apps like Blog Filter & Search PRO or UR: Smart Blog Tag Filter let you add tag filters or dropdowns easily—no coding required. Example screenshots above show:

  • A tag cloud/navigation bar above the blog listing

  • A stylish dropdown to pick tags/categories and instantly filter posts

You install the app, add its block to your blog template in the theme editor, and configure which tags or categories appear. Pricing usually starts around $3–8/monthhttps://apps.shopify.com/blog-post-article-tag-filter?utm_source=chatgpt.com
shopify-liquid-code-theme-section.webpCJS108qp8ogDEAE=.webpCOPv1ryS14kDEAE=.webpCNLe0cfkh4cDEAE=.webp
2: Add custom Liquid & JavaScript
If you’re comfortable editing theme files, here’s a basic code snippet for Dawn:

 

{% if blog.all_tags.size > 0 %}
  {% for tag in blog.all_tags %}
    <a href="{{ blog.url }}/tagged/{{ tag | handleize }}">{{ tag }}</a>
  {% endfor %}
{% endif %}

 

If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP