btw: this is the code I’m using to call these fields in the post itself..
<?php $source = get_post_meta($post->ID, ‘source’, true); ?>
<?php $writer = get_post_meta($post->ID, ‘writer’, true); ?>
<p class=”meta”><?php echo $source; ?></p>
<p class=”meta”><?php echo $writer; ?></p>