forked from mirror/_s
change .taxonomy-description to more accurate .archive-description
This commit is contained in:
parent
fbd667fd6b
commit
2b6133508b
|
@ -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 -->
|
||||||
|
|
||||||
|
|
Reference in New Issue