true ) );
while ( have_posts() ) :
the_post();
alpha_get_template_part( 'posts/post' );
endwhile;
alpha_get_template_part( 'posts/post', 'loop-end' );
/**
* Fires after archive posts widget render.
*
* @since 1.0
*/
do_action( 'alpha_after_posts_loop' );
} else {
?>
', esc_url( admin_url( 'post-new.php' . '?post_type=' . get_post_type() ) ) ),
''
);
?>