Skip to content

Commit

Permalink
Page navigation for tag template
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jul 27, 2011
1 parent cb2037f commit f92a8f6
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions tag.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,17 @@
printf( __( 'Tag Archives: %s', 'essence' ), '<span>' . single_tag_title( '', false ) . '</span>' );
?></h1>

<?php
/* Run the loop for the tag archive to output the posts
* If you want to overload this in a child theme then include a file
* called loop-tag.php and that will be used instead.
*/
get_template_part( 'loop', 'tag' );
?>
<?php
do_action( 'essence_content_open' );
essence_content_nav( 'nav-above' );

/* Run the loop for the tag archive to output the posts
* If you want to overload this in a child theme then include a file
* called loop-tag.php and that will be used instead.
*/
get_template_part( 'loop', 'tag' );
essence_content_nav( 'nav-below' );
?>
</div><!-- #content -->
</div><!-- #container -->

Expand Down

0 comments on commit f92a8f6

Please sign in to comment.