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

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. <div class="clear"></div>
  2. <div id="post-meta">
  3. <?php do_action( 'portage_before_post_meta' ); ?>
  4. <div class="list-pub">
  5. <?php portage_pub(); ?>
  6. </div>
  7. <div class="list-cat">
  8. <?php portage_cat(); ?>
  9. </div>
  10. <div class="list-tags">
  11. <?php portage_tags(); ?>
  12. </div>
  13. <?php do_action( 'portage_after_post_meta' ); ?>
  14. </div>