echo get_post_meta($post->ID, 'keyName', true);
/* Wordpress for custom field ------- create template file like home.php and add this code */ <?php echo get_field('name');?>