have_posts() ) : $blog_query->the_post();
get_template_part( 'template-parts/content', get_post_format() );
endwhile;
?>
2,
'prev_text' => sprintf(
' %s',
esc_html__( 'Prev', 'business-roy' )
),
'next_text' => sprintf(
'%s ',
esc_html__( 'Next', 'business-roy' )
),
'screen_reader_text' => esc_html__( 'Posts navigation', 'business-roy' ),
)
);
?>