'page', 'posts_per_page' => 1, 'orderby' => 'ID', 'order' => 'DESC', 'post_status' => 'publish', 'ignore_sticky_posts' => 1, ); if ( $cta_page && !empty( $pages ) && in_array( $cta_page, wp_list_pluck( $pages, 'ID' ) ) ) { $args['page_id'] = absint($cta_page); } $cta_page_query = new WP_Query( $args ); if ( $cta_page_query->have_posts() ) : while ( $cta_page_query->have_posts() ) : $cta_page_query->the_post(); $btn_text = get_theme_mod( 'front_page_cta_button_text', esc_html__( 'Read More', 'bizness' ) ); ?>
the_title_attribute( array( 'echo' => false, ) ), ) ); } else { bizness_image_placeholder( 'large' ); } ?>