Skip to content

Instantly share code, notes, and snippets.

@janisdonis
Created July 13, 2013 07:10
Show Gist options
  • Save janisdonis/5989741 to your computer and use it in GitHub Desktop.
Save janisdonis/5989741 to your computer and use it in GitHub Desktop.
Custom field if then else
<?php
if( get_field('tips') == 'Quick' ) { ?>
<?php } ?>
<?php
if( get_field('tips') == 'Classic' ) { ?>
<?php _e( 'От', 'injoy' ); ?>
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment