Advertisement
Guest User

Get Vimeo video thumbnail

a guest
May 6th, 2010
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. <?php if ( $difficulty = get_post_meta($post->ID, 'difficulty', true) ) :  ?>  
  2.    <small> <?php echo difficulty; ?></small>  
  3. <?php unset($difficulty); endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement