Remove template_part, template_sidebar, temp sidebar fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?php App\template_part('partials/header-page'); ?>
|
||||
<?php get_template_part('partials/header-page'); ?>
|
||||
|
||||
<?php if (!have_posts()) : ?>
|
||||
<div class="alert alert-warning">
|
||||
@@ -8,7 +8,7 @@
|
||||
<?php endif; ?>
|
||||
|
||||
<?php while (have_posts()) : the_post(); ?>
|
||||
<?php App\template_part('partials/content-search'); ?>
|
||||
<?php get_template_part('partials/content-search'); ?>
|
||||
<?php endwhile; ?>
|
||||
|
||||
<?php the_posts_navigation(); ?>
|
||||
|
||||
Reference in New Issue
Block a user