Skip to content

Instantly share code, notes, and snippets.

@pablolobos
Created November 12, 2013 18:58
Show Gist options
  • Save pablolobos/7436672 to your computer and use it in GitHub Desktop.
Save pablolobos/7436672 to your computer and use it in GitHub Desktop.
wordpress_if_field_value.php
<?php if(get_field('field_name') == 'Field Value'): ?>
condition
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment