• Resolved jessekramer27

    (@jessekramer27)


    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)
  • 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

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

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