I’m using the Minimal Theme. I have created a custom collection page using this tutorial. I would like to have a Collection List where the first item is a link to my custom page and the rest are regular collection links.
I found this solution, but it appears outdated because the code has changed. I found the point they said to put the code in anyway, but it said there was an error and wouldn’t save.
Can anyone help me please? I’m driving myself a bit mad.
EDIT: Updated 2nd link. Realized it was pointing to wrong page
{% if forloop.first %}
{% else %}
You exisitng code here
{% endif %}
Thanks
Thanks for your help! I don’t suppose you could explain a bit more about where that code snippet would go? I don’t quite follow 
I just shared a logic which you can use a/to your need.
I clearly mentioned use condition in anchor tag ( ) and while doing custom code or in general I think you are aware how hyperlink works.
I was being dumb. Your original solution does still work, I just got confused by all the extra code in the latest collection-lists.liquid and put it in the wrong place! It’s WORKING now!!! AMAZING!!! Thank you so SO much! Do you have a paypal or something?