Merge branch 'master' into update-single-post-nav
This commit is contained in:
commit
99b9ca117a
79 changed files with 3972 additions and 923 deletions
|
@ -7,13 +7,15 @@
|
|||
* @package _s
|
||||
*/
|
||||
|
||||
get_header(); ?>
|
||||
get_header();
|
||||
?>
|
||||
|
||||
<div id="primary" class="content-area">
|
||||
<main id="main" class="site-main">
|
||||
|
||||
<?php
|
||||
while ( have_posts() ) : the_post();
|
||||
while ( have_posts() ) :
|
||||
the_post();
|
||||
|
||||
get_template_part( 'template-parts/content', get_post_type() );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue