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.
 
 
 

36 lines
575 B

<!-- Post content -->
<div class="post-content">
<?php do_action( 'portage_post_top' ); ?>
<?php the_content(); ?>
<div class="clear"></div>
<?php do_action( 'portage_post_bottom' ); ?>
<div id="page-info">
<p>
<?php
_e( 'Published on: ', 'atticus-finch' );
the_date();
?>
</p>
<p>
<?php
_e( 'Lasted edited on: ', 'atticus-finch' );
the_modified_date();
?>
</p>
</div>
<?php portage_print_options() ?>
</div><!-- end post content -->
<?php portage_comment_display(); ?>
<?php do_action( 'portage_after_post_content' ); ?>