With a grid field, what is the proper way to output only the 3rd row? With “image_grid” as the field name, I tried {image_grid row_id="3"} but nothing was output. I then discovered that the row_id of the 3rd row was actually 151 and so I changed it to {image_grid row_id="151"} and it works. But it seems odd to have to output a list of row_ids to do this. Is there a way to tell it to just output the 3rd row (for example)?
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.