Skip to content

Instantly share code, notes, and snippets.

@emaildano
Last active October 14, 2016 08:08
Show Gist options
  • Save emaildano/8986248 to your computer and use it in GitHub Desktop.
Save emaildano/8986248 to your computer and use it in GitHub Desktop.
ACF Radio Button Example
<?php $program = get_sub_field('program_selection'); ?>
<?php if( $program == 'intensity' ){ ?>
<?php } else if( $program == 'crossfit' ){ ?>
<?php } else if( $program == 'personal' ){ ?>
<?php } else if( $program == 'allprograms' ){ ?>
<?php } else if( $program == 'none' ){ ?>
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment