代码提交

This commit is contained in:
yaoyuan2.chu
2021-03-14 01:30:38 +08:00
parent a29ff4b0b8
commit 055f77d499
11 changed files with 206 additions and 43 deletions
+7 -5
View File
@@ -11,16 +11,18 @@ get_header();
?>
<main id="primary" class="site-main">
<br>
<?php if ( have_posts() ) : ?>
<header class="page-header">
<div class="notification is-primary">
<p>
<!-- <header class="page-header">-->
<?php
the_archive_title( '<h1 class="page-title">', '</h1>' );
the_archive_description( '<div class="archive-description">', '</div>' );
?>
</header><!-- .page-header -->
</p>
<!-- </header>-->
</div>
<?php
/* Start the Loop */
while ( have_posts() ) :