advanced code snippet search
Sauljps on 04/04/11
04/04/11 05:58am
1 person have marked this snippet as a favorite
hkamci
<?php if ( get_post_meta($post->ID, 'difficulty') ) : ?> <small> <?php echo get_post_meta($post->ID, 'difficulty', true); ?></small> <?php endif; ?>
Report this snippet Tweet
Comment:
You need to login to post a comment.