Veya aşağıdaki kodu fonksiyon dosyana eklersen düzelir;
function wpdocs_custom_excerpt_length( $length ) {
return 20;
}
add_filter( 'excerpt_length', 'wpdocs_custom_excerpt_length', 50 );
50 yazan kısım kelime sayısı
function wpdocs_custom_excerpt_length( $length ) {
return 20;
}
add_filter( 'excerpt_length', 'wpdocs_custom_excerpt_length', 50 );