Skip to content

Commit

Permalink
Update taxonomy.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrude committed Oct 6, 2013
1 parent de2c104 commit e01592a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion taxonomy.php
Expand Up @@ -108,7 +108,10 @@
</li>
<?php endwhile; ?>
</ul>
<?php endif; ?>
<?php endif;
if (is_tax()) :
echo "<h1>Posts in tag: $term_name</h1>";
endif
</div>
</div>
</div>
Expand Down

0 comments on commit e01592a

Please sign in to comment.