I am displaying two records from a list on home page.
Only the first record needs to show image while second record will not show image. Here's what they will display:
First record
Image
Title
Date
Second record
Title
Date
As you can see image needs to show only for first record. Right now it displays image for both records which I don't want. I want to use "mod" function to check if first record is coming then show image else not.
Is it possible?