Cod PHP:
$custom_meta = get_post_custom($post->ID);
$instructions = !empty($custom_meta['custom_meta_instructions'][0]) ? $custom_meta['custom_meta_instructions'][0] : NULL;
$difficulty = !empty($custom_meta['custom_meta_difficulty'][0]) ? $custom_meta['custom_meta_difficulty'][0] : NULL;
$gamefile = !empty($custom_meta['custom_meta_gamefile'][0]) ? $custom_meta['custom_meta_gamefile'][0] : NULL;