I’m building a Single Post template for a custom post type that represents a podcast episode.
On this same page, I have a Query Loop that displays all episodes in the same series (using an ACF Relationship field).
The loop includes the current episode (the post currently being viewed), and I want it that way — I don’t want to exclude it from the loop.
However, I need to visually style the current episode differently (change the border color of its image using CSS).
Bricks gives an option in the loop to exclude the current post, but that’s not what I want. I want the current post to remain in the list, but detect it inside the loop and apply different styling.
So far I haven’t found a way to do this using Conditions or Dynamic Tags.
Any ideas on how to achieve this with native Bricks tools?
Thanks in advance!