Hi Joanna,
You can do it. Create a new file called entry-byline.php under /themes/family/partials/ folder
and copy and paste below code into the file.
<div class="entry-meta">
<time <?php omega_attr( 'entry-published' ); ?>><?php echo get_the_date(); ?></time>
<span <?php omega_attr( 'entry-author' ); ?>><?php echo __('by ', 'omega'); ?><a href="http://mumskidsjesus.com/joanna-may/">Joanna May</a></span>
<?php echo omega_post_comments( ); ?>
<?php edit_post_link( __('Edit', 'omega'), ' | ' ); ?>
</div><!-- .entry-meta -->