Skip to content

Commit 15ebbcd

Browse files
author
Bill Hunt
committed
Move tag page to index. #31
1 parent e87be21 commit 15ebbcd

File tree

2 files changed

+3
-19
lines changed

2 files changed

+3
-19
lines changed

index.php

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
<?php if(get_search_query()) : ?>
1717
<h1><?php echo sprintf( __( '%s Search Results for ', 'html5blank' ), $wp_query->found_posts ); echo get_search_query(); ?></h1>
1818

19+
<?php elseif(single_tag_title('', false)) : ?>
20+
<h1><?php _e( 'Tag Archive: ', 'html5blank' ); echo single_tag_title('', false); ?></h1>
21+
1922
<?php else : ?>
2023
<div class="blog-nav">
2124
<ul>

tag.php

-19
This file was deleted.

0 commit comments

Comments
 (0)