Update empty.php
This commit is contained in:
parent
4bbad708f4
commit
7835682f36
|
@ -14,7 +14,8 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||||
|
|
||||||
get_header();
|
get_header();
|
||||||
|
|
||||||
while ( have_posts() ) : the_post();
|
while ( have_posts() ) :
|
||||||
|
the_post();
|
||||||
get_template_part( 'loop-templates/content', 'empty' );
|
get_template_part( 'loop-templates/content', 'empty' );
|
||||||
endwhile;
|
endwhile;
|
||||||
|
|
||||||
|
|
Reference in New Issue