Merge pull request #944 from mrwweb/fix-archive-description-class

change .taxonomy-description to more accurate .archive-description
This commit is contained in:
Philip Arthur Moore 2016-07-14 23:19:25 +07:00 committed by GitHub
commit c5d2d2ca6f
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 -->