How to show tagged products first in a collection?

I’m trying to figure out how to display products with a specific tag at the top of each collection page. Specifically, I want products tagged with “Hot” to appear first in every collection.

I’ve looked into the Shopify documentation and various forums, but I couldn’t find a straightforward solution. Can anyone guide me on how to achieve this?

I know I can change it manually on each collection but I can’t really do that because I have many “Hot” products and many collections.

Any code snippets, pointers, or suggestions would be greatly appreciated. Thank you!

Hi @devautoshop ,

You can put the loop code two times on the collection liquid file.

one will show the product has a valid tag on it and another will skip the product that has a tag on it, but this will impact the pagination of the collection.

there is no sorting available in Shopify for tags.