Skip to content

Instantly share code, notes, and snippets.

@pstonier
Created February 6, 2016 14:58
Show Gist options
  • Save pstonier/0867688790de3a3442c7 to your computer and use it in GitHub Desktop.
Save pstonier/0867688790de3a3442c7 to your computer and use it in GitHub Desktop.
<?php
if(get_field(‘field_name’))
{
echo ‘<p>’ . get_field(‘field_name’) . ‘</p>’;
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment