We have an ACF custom block that appears on many pages. On the home page, we would like another field group (GROUP B) to be displayed in the block in addition to the block’s main field group (GROUP A).
So we set two rules for GROUP B :
1) block is equal to our_custom_block
AND
2) page is equal to home_page
But it doesn’t work. Nothing appears. The strange thing is that that was working a couple weeks ago.
I tried only entering rule 1 and the fields appeared in the block but, of course, they appeared on all pages.
I tried only entering rule 2 and the fields appeared as meta for the home page.
That makes sense, but I was sure we could combine the two rules for the desired effect.
Any thoughts?