Basics: adding template tag to display custom fields in the post

you should add <?php the_meta(); ?> in your single.php or in other relevant file.

reference how to edit your theme files