Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save clare485/6240027 to your computer and use it in GitHub Desktop.
Save clare485/6240027 to your computer and use it in GitHub Desktop.
<?php
$fromtype = get_post_meta(get_the_ID(), 'leven_from_type', true);
if ($fromtype):
?>
<?php echo get_post_meta(get_the_ID(), 'leven_from_type', true); ?>
<?php endif; ?>
<?php if ( get_post_meta($post->ID, 'floorplans', true) ) : ?>
Your code
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment