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

<!-- Post content -->
<div class="post-content post-content-<?php echo get_post_format(); ?>">
<?php do_action( 'atticus_finch_post_top' ); ?>
<?php the_content(); ?>
<div class="clear"></div>
<?php do_action( 'atticus_finch_post_bottom' ); ?>
<?php atticus_finch_print_options() ?>
</div><!-- end post content -->
<?php do_action( 'atticus_finch_after_post_content' ); ?>
<?php atticus_finch_link_pages(); ?>
<?php do_action( 'atticus_finch_before_post_meta' ); ?>
<?php get_template_part( 'inc/content', 'entry-meta' ); ?>
<?php do_action( 'atticus_finch_after_post_meta' ); ?>
<?php get_template_part( 'inc/content', 'post-nav' ); ?>
<?php atticus_finch_comment_display(); ?>
</div><!-- end post -->