<!-- Post content --> <div class="post-content post-content-<?php echo get_post_format(); ?>"> <?php do_action( 'portage_post_top' ); ?> <?php the_content(); ?> <div class="clear"></div> <?php do_action( 'portage_post_bottom' ); ?> <?php portage_print_options() ?> </div><!-- end post content --> <?php do_action( 'portage_after_post_content' ); ?> <?php portage_link_pages(); ?> <?php do_action( 'portage_before_post_meta' ); ?> <?php get_template_part( 'inc/content', 'entry-meta' ); ?> <?php do_action( 'portage_after_post_meta' ); ?> <?php get_template_part( 'inc/content', 'post-nav' ); ?> <?php portage_comment_display(); ?> </div><!-- end post -->