代码提交
This commit is contained in:
+7
-5
@@ -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() ) :
|
||||
|
||||
Reference in New Issue
Block a user