In this members-only tutorial we shall register a custom condition using which elements inside a Oxygen's Repeater Div can be set to be output only if the post is at the specified position.
Applying
for example to a Text component inside a Repeater will make it be output only for the third post (first being the latest).
This is similar to the previous [Condition] Every nth Post in Repeater (Loop Counter) article except that index of the post (plus 1, since indexing starts at 0) will be checked against the number input in the condition.