Customize > Front Page Settings > Blog Section.', 'blossom-spa' ) ); $readmore = get_theme_mod( 'blog_readmore', __( 'READ MORE', 'blossom-spa' ) ); $blog = get_option( 'page_for_posts' ); $label = get_theme_mod( 'blog_view_all', __( 'VIEW MORE', 'blossom-spa' ) ); $args = array( 'post_type' => 'post', 'post_status' => 'publish', 'posts_per_page' => 3, 'ignore_sticky_posts' => true ); $qry = new WP_Query( $args ); if( $ed_blog && ( $section_title || $description || $qry->have_posts() ) ){ ?>
' . esc_html( $section_title ) . ''; if( $description ) echo '
' . wp_kses_post( wpautop( $description ) ) . '
'; } ?> have_posts() ){ ?>