Add meta info underneath excerpt

Viewing 3 posts - 1 through 3 (of 3 total)
  • #17609
    chodgson
    Participant

    Where / how can I add additional information about the post underneath the excerpt. Categories, Tags, Date, By etc.

    #17610
    chodgson
    Participant

    Just to clarify I an talking about the excerpts of the posts in the grid, not the full posts.

    #17633
    Daniel Tara
    Keymaster

    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.

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

You must be logged in to reply to this topic.