'page', 'posts_per_page' => 1, 'orderby' => 'ID', 'order' => 'DESC', 'post_status' => 'publish', 'ignore_sticky_posts' => 1, ); if ( $page_id && !empty( $pages ) && in_array( $page_id, wp_list_pluck( $pages, 'ID' ) ) ) { $args['page_id'] = absint($page_id); } $about_us_query = new WP_Query( $args ); if ( $about_us_query->have_posts() ) : $image_2 = get_theme_mod('front_page_about_image_2',''); while ( $about_us_query->have_posts() ) : $about_us_query->the_post(); $btn_text = get_theme_mod( 'front_page_about_button_text', esc_html__( 'Learn More', 'bizness' ) ); ?>
the_title_attribute( array( 'echo' => false, ) ), ) ); } else { bizness_image_placeholder( 'large' ); } ?> <?php esc_attr_e( 'Featured Image', 'bizness'); ?>