change .taxonomy-description to more accurate .archive-description

This commit is contained in:
mrwweb 2016-04-19 13:24:39 -07:00
parent fbd667fd6b
commit 2b6133508b
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ get_header(); ?>
<header class="page-header"> <header class="page-header">
<?php <?php
the_archive_title( '<h1 class="page-title">', '</h1>' ); 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 --> </header><!-- .page-header -->