I’m kinda stuck at how to display something if the current date is equal to a date that’s stored within an ACF field. I have multiple dates stored as holidays and I would like to display it (an element with text) only if the current day is stored within the acf field.
I thought this would be straightforward (maybe it is), but I forgot that the date stored is not equal to a single entry to match to. My question: is there some sort of dynamic data which loops through all entries, to check if one is a match?. Or do I need to set up conditions for each date? Or do I need to build some custom code to do this?
Thanks a lot