function.php yi aç

add_filter('excerpt_length', create_function('$a', 'return 20;'));
bu kodu en alttaki ?> işaretinin üstüne ekle.

index.php yi aç

<?php the_content('[Devamını Okuyun...]'); ?>
bu kodu alttaki ile değiştir.


<?php the_excerpt(); ?>