Skip to content

Commit

Permalink
change .taxonomy-description to more accurate .archive-description
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwweb committed Apr 19, 2016
1 parent fbd667f commit 2b61335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archive.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<header class="page-header">
<?php
the_archive_title( '<h1 class="page-title">', '</h1>' );
the_archive_description( '<div class="taxonomy-description">', '</div>' );
the_archive_description( '<div class="archive-description">', '</div>' );
?>
</header><!-- .page-header -->

Expand Down

0 comments on commit 2b61335

Please sign in to comment.