Skip to content

Instantly share code, notes, and snippets.

@Dinamiko
Last active August 29, 2015 14:18
Show Gist options
  • Save Dinamiko/05580996f82a5b536fd0 to your computer and use it in GitHub Desktop.
Save Dinamiko/05580996f82a5b536fd0 to your computer and use it in GitHub Desktop.
global $post;
$devent_speaker_tumblr = get_post_meta( $post->ID, 'devent_speaker_tumblr' );
if ( $devent_speaker_tumblr ) {
echo $devent_speaker_tumblr[0];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment