v1.0
This commit is contained in:
parent
f53ae91057
commit
df05493b43
10 changed files with 520 additions and 619 deletions
|
@ -21,7 +21,7 @@ get_header(); ?>
|
|||
<div id="primary" class="content-area">
|
||||
<header class="page-header">
|
||||
<?php
|
||||
the_archive_title( '<h2 class="page-title">', '</h2>' );
|
||||
the_archive_title( '<h1 id="page-title">', '</h1>' );
|
||||
the_archive_description( '<div class="taxonomy-description entry-content">', '</div>' );
|
||||
?>
|
||||
</header><!-- .page-header -->
|
||||
|
|
Reference in a new issue