Hi team,
I have a very specific question. I have a section on a page with a grid of custom posts which display in a specific order as selected by the user via an ACF posts field. If the user doesn’t select any posts for this specific page, a default random list of the same post type will be displayed.
I can get the customised list of posts to appear or disappear depending on whether they’ve been populated or not by using the ‘provider output’ = ‘is not empty’ condition.
I need to be able to allow the default grid of posts to appear if the custom one hasn’t been selected and is therefore empty. Looking at this logically, I should be able to use a condition on the ‘fallback’ section and set the string to the ACF field supplying the bespoke list above. If this is empty and has no entries, then display the fallback section.
However, this doesn’t seem to work.
I realise this may fall into unsupported territory, but I can do most of this myself. I just need to know if it’s possible to set a condition based on a test for an ACF field being populated or not.