An updated theme (based on Atticus Finch) for ClassicPress
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
576 B

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. <!-- Post content -->
  2. <?php get_template_part( 'inc/content', 'entry-meta' ); ?>
  3. <div class="post-content">
  4. <?php do_action( 'portage_post_top' ); ?>
  5. <?php the_content(); ?>
  6. <div class="clear"></div>
  7. <?php do_action( 'portage_post_bottom' ); ?>
  8. <?php portage_print_options() ?>
  9. </div><!-- end post content -->
  10. <?php portage_post_top_link(); ?>
  11. <?php portage_link_pages(); ?>
  12. <?php get_template_part( 'inc/content', 'post-nav' ); ?>
  13. <?php portage_comment_display(); ?>
  14. </div><!-- end post -->
  15. <?php do_action( 'portage_after_post_content' ); ?>