How to insert lifestyle images after every 6 items in a collection?

I am trying to have a lifestyle image shown every 6 items of the collection, I been working with the collection template but it seems not be working.

Thank you in advance for the help.

Hi @cesarsosa ,

Are you wanting this?

Please send me the code of main-collection.liquid file, I will help you to add it

More like, replace the 6th luggage and instead put a picture.

Hi @cesarsosa ,

Are you wanting this?

Please send me the code of the collection-template.liquid file, I will show you how to add it

Yes, that is what I am looking for. Please find attached the template.

Thank you,

Hi @cesarsosa ,

Please add code here:

Code:

{%- if forloop.index == 6 -%}
              
                
                
![vision_v3_4x_27f5a393-61e4-474e-aef1-5ebb687cbb58.png?v=1657822942|1296x1528](upload://5I5iht36VGNDAOnzypgIRVzp9VB.jpeg)

              

            {%- endif -%}

You can change the image src as you like.

Hope it helps!

That is what I was looking for. Thank you!!

1 Like