
I have found that the information for "When:" is located in content-event.php, how can I also pull the "gavern-post-desc" or equivalent from the events page and display in a new line under "When:"?
</header>
<p><?php echo get_post_meta( $post->ID, 'event-description', true ); ?></p>