' . esc_html( $title ) . '
'; $html .= ''; $html .= '' . esc_html( $excerpt ) . '
'; $html .= ''; $html .= 'vi da nam ben trong file // ============================================= if ( ! function_exists( 'nwd_blog_posts_shortcode' ) ) : function nwd_blog_posts_shortcode( $atts ) { $atts = shortcode_atts( array( 'posts' => 3, 'category' => '', 'title' => 'Tin tức & Kiến thức', 'subtitle' => 'Cập nhật liên tục Kiến thức, Thông tin ngành SEO và Google Update mới nhất.', ), $atts, 'nwd_blog' ); $args = array( 'post_type' => 'post', 'post_status' => 'publish', 'posts_per_page' => intval( $atts['posts'] ), 'orderby' => 'date', 'order' => 'DESC', ); if ( ! empty( $atts['category'] ) ) { $args['category_name'] = sanitize_text_field( $atts['category'] ); } $blog_url = get_permalink( get_option( 'page_for_posts' ) ); if ( ! $blog_url ) { $blog_url = home_url( '/blog/' ); } $q = new WP_Query( $args ); $html = ''; $html .= '
' . esc_html( $atts['subtitle'] ) . '
'; $html .= '' . esc_html( $excerpt ) . '
'; $html .= ''; $html .= '