So I recently discovered that Bricks builder page content is stored in the custom field _bricks_page_content_2. That’s great because we can use this knowledge to perform more advanced actions, you would think. However, I can’t seem to get anything from using that meta_key as dynamic data. I’ve tried {_bricks_page_content_2}
, {cf_bricks_page_content_2}
, and even {cf__bricks_page_content_2}
(which triggers an error message when put into a condition, by the way). I was just trying to figure out a way to conditionally load the WordPress Content element only when _bricks_page_content_2 was empty (no Bricks data for the page).
Anyone have any ideas? Or is this not even possible?