Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save flayder/d9cb1523f4739ff02c32 to your computer and use it in GitHub Desktop.

Select an option

Save flayder/d9cb1523f4739ff02c32 to your computer and use it in GitHub Desktop.
if( get_field( "text_field" ) ): ?>
<p><?php the_field( "text_field" ); ?></p>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment