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 -%}
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024