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( $title || $description || $qry->have_posts() ){ ?>
' . esc_html( $title ) . ''; if( $description ) echo '
' . wp_kses_post( wpautop( $description ) ) . '
'; } ?> have_posts() ){ ?>
have_posts() ){ $qry->the_post(); ?>