Skip to content

Instantly share code, notes, and snippets.

Created March 23, 2014 19:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/9728016 to your computer and use it in GitHub Desktop.
Save anonymous/9728016 to your computer and use it in GitHub Desktop.
Staff
add_action( 'genesis_entry_content', 'teststaff' );
function teststaff() {
if ( genesis_get_custom_field('test') )
echo '<div class="test-content">'. genesis_get_custom_field('test') .'</div>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment