geilt

Untitled

Jun 4th, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. if($photographer =  get_post_meta($post->ID, 'photographer', true)):
  2.     echo '<span>Photographer: ' . $photographer . '</span>';
  3. endif;
Advertisement
Add Comment
Please, Sign In to add comment