Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
I'm using the Refresh theme and I would like a page that displays ALL the different "categories" of my blogs, similar to showing all different collections of my products on one page, I would like my blog page to include all different categories of my blogs.
example:
Category 1 (will show all blog posts in that category once you click on it)
Category 2 (will show all blog posts in that category once you click on it)
Category 3 (will show all blog posts in that category once you click on it)
also, I would like the option to show ALL BLOG POSTS on that same page as well. So, visitors can read and browse thru all posts instead of clicking on different categories.
I tried the suggested addition of a liquid page with the bottom code, but that did not work:
{% assign blog_handles = "blog1,blog2,blog3" | split: "," %}
{% for handle in blog_handles %}
{% for article in blogs[handle].articles %}
<h2><a href="{{ article.url }}">{{ article.title }}</a></h2>
{% endfor %}
{% endfor %}
I'm aware I can do this as sub-menus of different blog categories, but that's not what I'm looking for.
Please advise. Thank you.
I'd be interested in figuring out how to do this also. I ended up setting up a sub-menu with my articles separated into different categories but I have to manually update it every time I publish a new article, it does not automatically categorize the article based on tags. I did manage to set up a sitemap for my articles and added a link at the bottom of the menu so that readers can browse through the articles. However, even the sitemap has drawbacks since it can only contain so many links.
Katstorm Photography
https://katstormphoto.com/blogs/news
Nice website, very organized. What theme are you using, just curious, if you don't mind sharing?
I'm using a modified Electro Theme that I purchased through Themeforest.net. I liked this theme for its affordability, customization options, and layout. This one theme gives you over 13 homepage designs, several product page setup options, built-in wishlist & compare page and tons of other options.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025