Comments Bojan Neskovic started the conversationDecember 6, 2019 at 10:13pmHello,I am delighted with the Widget Creator.What will be your approach to create post list or grid to look like in attached image? So the latest post with different design and rest of the post with the same desing.Thank you in advance. 1,194Amit repliedDecember 9, 2019 at 6:46amyou can give the first item a diffrent class and you can also give it diffrent html with twigg syntax for example {% if item.item_index > 1 %} your html {% endif %} Sign in to reply ...
Hello,
I am delighted with the Widget Creator.
What will be your approach to create post list or grid to look like in attached image? So the latest post with different design and rest of the post with the same desing.
Thank you in advance.
you can give the first item a diffrent class and you can also give it diffrent html with twigg syntax
for example
{% if item.item_index > 1 %} your html {% endif %}