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
688 B

3 years ago
3 years ago
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. <div class="post-content post-content-<?php echo get_post_format(); ?>">
  3. <?php do_action( 'portage_post_top' ); ?>
  4. <?php the_content(); ?>
  5. <div class="clear"></div>
  6. <?php do_action( 'portage_post_bottom' ); ?>
  7. <?php portage_print_options() ?>
  8. </div><!-- end post content -->
  9. <?php do_action( 'portage_after_post_content' ); ?>
  10. <?php portage_link_pages(); ?>
  11. <?php do_action( 'portage_before_post_meta' ); ?>
  12. <?php get_template_part( 'inc/content', 'entry-meta' ); ?>
  13. <?php do_action( 'portage_after_post_meta' ); ?>
  14. <?php get_template_part( 'inc/content', 'post-nav' ); ?>
  15. <?php portage_comment_display(); ?>
  16. </div><!-- end post -->