Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
I have 3 separate blogs on my client's Shopify site. I needed to create a page that would list all articles, kind of like an "all categories" listing.
Please stop me now if there's a simpler way to do this within Shopify and just use actual categories, but this is the only solution I could find online.
I simply want to sort through all the articles so the newest are at the top. Right now, it is listing all articles from the 'fashion' blog first, then from the 'design' blog, and so on. Here is my code:
<div class="col-xs-12 col-sm-9 col-md-9 col-main"> {% assign blog_handles = "fashion,design,music" | split: "," %} {% for handle in blog_handles %} {% for article in blogs[handle].articles %} <div class="content-blogs"> <h1><a href="{{ article.url }}">{{ article.title }}</a></h1> {% if paginate.pages > 1 %} <div class="text-center"> {% include 'pagination' %} </div> {% endif %} </div> {% endfor %} {% endfor %}
Hey tablocreative, I've actually made an app to drag and drop blogs into the positions you would like. Here's the link to the Shopify App: Article Organizer Pro
I'm also looking for a liquid solution to this.
Hello.. I can't find the working code at that link. Any chance you could repost?
Thanks!
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024