Return to Snippet

Revision: 43950
at April 4, 2011 05:58 by Sauljps


Initial Code
<?php if ( get_post_meta($post->ID, 'difficulty') ) :  ?>  
       <small> <?php echo get_post_meta($post->ID, 'difficulty', true); ?></small>  
    <?php endif; ?>

Initial URL


Initial Description


Initial Title
Custom Fields WordPress

Initial Tags


Initial Language
PHP