3, 'no_rows_found' => true, 'no_found_rows' => true, 'ignore_sticky_posts' => true ]; $the_query = new WP_Query( $args ); if ( $the_query->have_posts() ) : $heading = get_theme_mod('front_page_blog_heading',esc_html__( 'Our Latest Posts', 'bizness' )); $subheading = get_theme_mod('front_page_blog_sub_heading',''); ?>

have_posts() ) : $the_query->the_post(); ?>
the_title_attribute( array( 'echo' => false, ) ), ) ); } else { bizness_image_placeholder( 'large' ); } ?>