How to display custom field value on page?

See get_post_meta()

Example:

 get_post_meta($post->ID, 'EXAMPLEFIELD', true);