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

<!-- Post content -->
<?php get_template_part( 'inc/content', 'entry-meta' ); ?>
<div class="post-content">
<?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 portage_post_top_link(); ?>
<?php portage_link_pages(); ?>
<?php get_template_part( 'inc/content', 'post-nav' ); ?>
<?php portage_comment_display(); ?>
</div><!-- end post -->
<?php do_action( 'portage_after_post_content' ); ?>