Skip to content

Instantly share code, notes, and snippets.

@edveraxo
Last active August 29, 2015 14:26
Show Gist options
  • Save edveraxo/706218e1b53f9c5613ef to your computer and use it in GitHub Desktop.
Save edveraxo/706218e1b53f9c5613ef to your computer and use it in GitHub Desktop.
//ACF Radio options
<?php $value = get_field('view_block'); if (($value) == 'yes') : ?>
...
<?php endif; ?>
<?php $value = get_field('view_block'); if (($value) == 'no') : ?>
...
<?php endif; ?>
<?php echo get_field('tab_01_image'); ?>
//OptionTree plugin Wordpress
<?php if ( get_option_tree('vk') ) {?>
<?php echo get_option_tree('vk'); ?>
<?php } else { ?><?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment