File: /home/ohirex/web/ohirex.com/public_html/wp-content/themes/revenueplus/template-parts/entry-meta.php
<div class="entry-meta">
<?php if (is_single()) { ?>
<span class="entry-author"><?php the_author_posts_link(); ?></span>
<span class="entry-date"><?php echo get_the_date(); ?></span>
<span class="entry-comment"><?php comments_popup_link( __('Leave a Comment','revenueplus'), __('1 Comment', 'revenueplus'), '% Comments', 'comments-link', __('comments off', 'revenueplus'));?></span>
<?php } else { ?>
<span class="entry-author"><?php the_author_posts_link(); ?></span>
<span class="entry-date"><?php echo get_the_date(); ?></span>
<span class="entry-comment"><?php comments_popup_link( __('Leave a Comment','revenueplus'), __('1 Comment', 'revenueplus'), '% Comments', 'comments-link', __('comments off', 'revenueplus'));?></span>
<?php } ?>
</div><!-- .entry-meta -->