All things Shopify and commerce
How can i make my most recent blog post appear first when people click "BLOG" on my main menu. It always shows the oldest post.
Hi @edward1000,
What theme are you using? You should be able to include sorting in your articles but using the code below as reference
{%- assign sorted_blogs = blogs.articles | sort: "publised_at" -%}
{%- for article in sorted_blogs -%}
render you article here....
{%- endfor -%}
The year-end shopping spree is around the corner! Is your online store ready for the ...
By JasonH Nov 10, 2024We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024