Update empty.php

This commit is contained in:
IanDelMar 2018-11-19 00:10:53 +01:00
parent 4bbad708f4
commit 7835682f36
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@ if ( ! defined( 'ABSPATH' ) ) {
get_header();
while ( have_posts() ) : the_post();
while ( have_posts() ) :
the_post();
get_template_part( 'loop-templates/content', 'empty' );
endwhile;