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.

30 lines
736 B

3 years ago
  1. <!-- Post content -->
  2. <div class="post-content post-content-<?php echo get_post_format(); ?>">
  3. <?php do_action( 'atticus_finch_post_top' ); ?>
  4. <?php the_content(); ?>
  5. <div class="clear"></div>
  6. <?php do_action( 'atticus_finch_post_bottom' ); ?>
  7. <?php atticus_finch_print_options() ?>
  8. </div><!-- end post content -->
  9. <?php do_action( 'atticus_finch_after_post_content' ); ?>
  10. <?php atticus_finch_link_pages(); ?>
  11. <?php do_action( 'atticus_finch_before_post_meta' ); ?>
  12. <?php get_template_part( 'inc/content', 'entry-meta' ); ?>
  13. <?php do_action( 'atticus_finch_after_post_meta' ); ?>
  14. <?php get_template_part( 'inc/content', 'post-nav' ); ?>
  15. <?php atticus_finch_comment_display(); ?>
  16. </div><!-- end post -->