Add the author name and time to each post on the homepage

Viewing 2 posts - 1 through 2 (of 2 total)
  • #17738
    Vinnie
    Participant

    Hi all,

    I’ve been trying for hours to add the author name and the date of the post below the each post. The author name would be hyperlinked to a page with all the authors posts.

    The blog is here: http://www.careersblog.hydrogengroup.com/

    I can’t figure this out so any help would be much appreciated.

    Vinnie

    #17750
    Daniel Tara
    Keymaster

    You need to open each content-*.php file and replace this code:

    <?php if( ! pinboard_post_is_full_width() ) : ?>
    	<?php pinboard_entry_meta(); ?>
    <?php endif; ?>

    with this one:

    <?php pinboard_entry_meta(); ?>

    You probably still need to apply some CSS styling to make it look appropriate.

Viewing 2 posts - 1 through 2 (of 2 total)

Tagged: ,

You must be logged in to reply to this topic.