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 -%}
We 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, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024