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.
 
 
 

14 lines
343 B

<div class="clear"></div>
<div id="post-meta">
<?php do_action( 'portage_before_post_meta' ); ?>
<div class="list-pub">
<?php portage_pub(); ?>
</div>
<div class="list-cat">
<?php portage_cat(); ?>
</div>
<div class="list-tags">
<?php portage_tags(); ?>
</div>
<?php do_action( 'portage_after_post_meta' ); ?>
</div>