Where / how can I add additional information about the post underneath the excerpt. Categories, Tags, Date, By etc.
Just to clarify I an talking about the excerpts of the posts in the grid, not the full posts.
Open each content-*.php file and replace this code:
<?php if( ! pinboard_post_is_full_width() ) : ?>
<?php pinboard_entry_meta(); ?>
<?php endif; ?>
with this:
<?php pinboard_entry_meta(); ?>
You’d probably still need to apply some CSS styling to make it look good.