Customize > Front Page Settings > Blog section.', 'travel-booking' ) ); $readmore = get_theme_mod( 'blog_section_readmore', __( 'Read More', 'travel-booking' ) ); $blog = get_option( 'page_for_posts' ); $label = get_theme_mod( 'blog_view_all', __( 'View All Posts', 'travel-booking' ) ); $args = array( 'post_type' => 'post', 'post_status' => 'publish', 'posts_per_page' => 3, 'ignore_sticky_posts' => true ); $qry = new WP_Query( $args ); if( $bl_title || $sub_title || ( $ed_blog && $qry->have_posts() ) ){ ?>
' . esc_html( $bl_title ) . ''; if( $sub_title ) echo '
' . wp_kses_post( wpautop( $sub_title ) ) . '
'; ?>
have_posts() ){ ?>
have_posts() ){ $qry->the_post(); ?>
0 ) && ! empty( $label ) ){ ?>