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
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.