Here’s the situation.
I have created a custom post type using CPT UI and ACF PRO.
I’m using a Global Block with Dynamic Content in a template to display the content entered into the Custom Post Type’s Custom Fields.
The content on each of these pages is basically 3 rows with a block of text and an image in each row.
The issue is that some pages only have enough content to fill 2 of the rows, and when there is no image added for the 3rd row it shows the broken image icon on the front end.
Is there a way to hide the image ( or text block, row, container, etc) if no content is entered for them.
Thanks!