Hello! I was just wondering if it’s possible to put some logic in the page headers. I’d like to be able to print a custom field if it exists and fall back to the page title if it doesn’t. So like {{custom_field.display_title}} ? {{custom_field.display_title}} : {{page_title}}, if that makes sense.
Hey Tom – I was trying to do the same thing as I wanted the Global Page header text in an element to be something other than the page name. Created a custom Field in AFC and used your code..Worked Perfectly..