Merge branch 'master' into update-single-post-nav

This commit is contained in:
Ismail El Korchi 2020-04-17 22:05:34 +01:00
commit 99b9ca117a
79 changed files with 3972 additions and 923 deletions

View file

@ -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() );