Put my custom post meta under:
<?php endif; // is_single() ?>
And removed everything under
<footer class="entry-meta">
And it fixed my problem. For anyone interested the custom meta date info I used was this:
<?php the_category(' ');?></span> <?php the_time('m/j/y') ?> <small> by <?php the_author_posts_link() ?>