/*
Theme Name: Nohiam Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
// Tăng độ dài tóm tắt (Excerpt) trên trang Blog Archive
function custom_excerpt_length( $length ) {
    // Đặt độ dài tóm tắt thành 5000 từ. 
    // Số lớn này sẽ giả lập việc hiển thị nội dung đầy đủ.
    return 5000; 
}
<meta name="google-site-verification" content="fXxtsNGGGviFM4M2LOYCeIYTIcndcVcFd1V2ND04DTY" />
add_filter( 'excerpt_length', 'custom_excerpt_length', 999 );

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
}