Skip to content
This repository has been archived by the owner on Sep 4, 2018. It is now read-only.

Commit

Permalink
Add categories and tags to single template.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmann committed Apr 19, 2013
1 parent e5b0778 commit 31ff28e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions includes/single-publication.php
Expand Up @@ -29,6 +29,8 @@
</div><!-- .entry-content -->

<footer class="entry-meta">
<?php $publication->the_keywords(); ?>
<?php $publication->the_categories(); ?>
<?php edit_post_link( __( 'Edit Publication', 'wp_pubarch_translate' ), '<span class="edit-link">', '</span>' ); ?>
</footer><!-- .entry-meta -->
</article><!-- #post -->
Expand Down

0 comments on commit 31ff28e

Please sign in to comment.