Thêm đoạn text sau vào file function.php
function custom_excerpt_length( $length ) { return 85; }
add_filter( ‘excerpt_length’, ‘custom_excerpt_length’, 999 );
function new_excerpt_more( $more ) { return ‘ …’; }
add_filter(‘excerpt_more’, ‘new_excerpt_more’);
add_filter( ‘excerpt_length’, ‘custom_excerpt_length’, 999 );
function new_excerpt_more( $more ) { return ‘ …’; }
add_filter(‘excerpt_more’, ‘new_excerpt_more’);
Bạn thay số 85 và … thành độ dài bạn muốn