Support

Account

Home Forums General Issues Display backend checkbox to show or hide content Reply To: Display backend checkbox to show or hide content

  • Hey Vancha,

    You just need to pass a filter on your footer file, something like:

    if(get_field("field_key_xxxx"){
       echo "[xxxxxxxxx]";
    }

    I recommend you to use the “true/false” field type for this