Created
August 15, 2013 11:06
-
-
Save clare485/6240027 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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; ?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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