Home » » Readmore

Readmore

taruh di function.php

 

 function custom_excerpt_length($length) {
    return 29; // Ganti 29 dengan jumlah kata yang diinginkan
}
add_filter('excerpt_length', 'custom_excerpt_length');

0 komentar:

Post a Comment