|
@@ -17,9 +17,8 @@ get_header();
|
|
|
<?php if ( have_posts() ) : ?>
|
|
|
|
|
|
<header class="page-header default-max-width">
|
|
|
- <?php
|
|
|
- the_archive_title();
|
|
|
- ?>
|
|
|
+ <?php the_archive_title(); ?>
|
|
|
+ <?php the_archive_description('<div class="archive-description">', '</div>'); ?>
|
|
|
</header><!-- .page-header -->
|
|
|
|
|
|
<?php
|