Title: Author/Date in post
Last modified: August 21, 2016

---

# Author/Date in post

 *  Resolved [jessekramer27](https://wordpress.org/support/users/jessekramer27/)
 * (@jessekramer27)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/authordate-in-post/)
 * Hi
 * I love the Gamepress Pro theme, but I was wondering if there was a way to automatically
   display the author’s name at the top of posts where it displays the date, and
   the post’s categories, and the number of comments.

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [Schlachtvieh](https://wordpress.org/support/users/schlachtvieh/)
 * (@schlachtvieh)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/authordate-in-post/#post-4125839)
 * I miss this “feature” too!
 *  [alex27](https://wordpress.org/support/users/alex27/)
 * (@alex27)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/authordate-in-post/#post-4125870)
 * Right now this is not possible, sorry!
 *  [breacher18](https://wordpress.org/support/users/breacher18/)
 * (@breacher18)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/authordate-in-post/#post-4125971)
 * 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](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 9 months ago](https://wordpress.org/support/topic/authordate-in-post/#post-4125972)
 * You probably should recommend setting up a Child Theme before recommending to
   edit files like that.
 *  [breacher18](https://wordpress.org/support/users/breacher18/)
 * (@breacher18)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/authordate-in-post/#post-4125973)
 * You may want to do the same in
    video-single.php and reviews-single.php for continuity.
 *  [breacher18](https://wordpress.org/support/users/breacher18/)
 * (@breacher18)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/authordate-in-post/#post-4125974)
 * Before making changes please take a back up of the files. or use a child theme;
   P

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Author/Date in post’ is closed to new replies.

## Tags

 * [author](https://wordpress.org/support/topic-tag/author/)

 * 6 replies
 * 5 participants
 * Last reply from: [breacher18](https://wordpress.org/support/users/breacher18/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/authordate-in-post/#post-4125974)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
