';
while ( have_posts() ) : the_post();
presscore_archive_post_content();
$config->reset( $config_backup );
endwhile;
// masonry container close
echo '
';
dt_paginator();
do_action( 'presscore_after_loop' );
else :
get_template_part( 'no-results', 'search' );
endif;
?>