3 ] ); // Arguments $args = [ 'post_type' => 'post', 'posts_per_page' => absint($posts_limit['desktop']), 'no_found_rows' => true, 'ignore_sticky_posts' => true ]; if ( $featured_cats ) { $args['category__in'] = absint($featured_cats); } $the_query = new WP_Query( $args ); if ( $the_query->have_posts() ) : $section_heading = get_theme_mod( 'aarambha_real_estate_front_page_news_blog_section_heading', esc_html__( 'latest news and blog', 'aarambha-real-estate' ) ); $section_sub_heading = get_theme_mod( 'aarambha_real_estate_front_page_news_blog_section_sub_heading', '' ); $col_per_row = [ 'desktop' => '3', 'tablet' => '2', 'mobile' => '1' ]; $posts_elements = get_theme_mod( 'aarambha_real_estate_front_page_news_blog_post_elements', ['post-meta','post-title','post-excerpt','read-more'] ); ?>

> have_posts() ) : $the_query->the_post(); ?>