Meta -> Custom Fields
<?php $value = get_post_meta($post->ID, 'value', true); ?> <?php echo $value; ?>