I miss this “feature” too!
Right now this is not possible, sorry!
Hi jessekramer27
If you go into content-single.php
<div class="entry-meta">
<?php the_author(); ?> |
<?php the_time( get_option( 'date_format' ) ) ?> |
<?php echo __( 'Posted in ', 'gamepress' ).' '. get_the_category_list( __( ', ', 'gamepress' ) ); ?> |
<?php comments_popup_link(__('No comments','gamepress'), __('1 comment','gamepress'), __('Comments: %','gamepress')); ?>
</div>
This will add the post author in the header for you.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
You probably should recommend setting up a Child Theme before recommending to edit files like that.
You may want to do the same in
video-single.php and reviews-single.php for continuity.
Before making changes please take a back up of the files. or use a child theme ;P