4, 'post_type' => 'post', 'post_status' => 'publish', ) ); if ( ! $query->have_posts() ) { return; } ?>

have_posts() ) : $query->the_post(); get_template_part( 'template-parts/content' ); endwhile; wp_reset_postdata(); ?>
' . esc_html__( 'View all', 'bayn' ) . ''; } else { echo '' . esc_html__( 'View all', 'bayn' ) . ''; } ?>