Support

Account

Home Forums General Issues Should I use conditional logic to display fields? Reply To: Should I use conditional logic to display fields?

  • If you use the_field() on a field with no value then is simply will not output anything at all. There’s no need to check the field unless there is something else that is dependent on the value, for example a container element.