
Get Vimeo video thumbnail
By: a guest on
May 6th, 2010 | syntax:
PHP | size: 0.16 KB | hits: 227 | expires: Never
<?php if ( $difficulty = get_post_meta($post->ID, 'difficulty', true) ) : ?>
<small> <?php echo difficulty; ?></small>
<?php unset($difficulty); endif; ?>