Skip to content

Instantly share code, notes, and snippets.

@tkc49

tkc49/single.php Secret

Created November 20, 2020 15:53
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 tkc49/af32ce37f2db571e6ebb5f43c2f19ba2 to your computer and use it in GitHub Desktop.
Save tkc49/af32ce37f2db571e6ebb5f43c2f19ba2 to your computer and use it in GitHub Desktop.
<?php $attachment_id = get_post_meta( $post->ID , 'attachment_01' , true ); ?>
<?php if($attachment_id): ?>
<?php echo wp_get_attachment_image( $attachment_id, 'full'); ?>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment