Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save eyecandy91/b9aeb5da76e3866ffe030e226720abbe to your computer and use it in GitHub Desktop.
Save eyecandy91/b9aeb5da76e3866ffe030e226720abbe 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