forked from mirror/_s
Merge pull request #944 from mrwweb/fix-archive-description-class
change .taxonomy-description to more accurate .archive-description
This commit is contained in:
commit
c5d2d2ca6f
|
@ -18,7 +18,7 @@ get_header(); ?>
|
|||
<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 -->
|
||||
|
||||
|
|
Reference in New Issue