14
788
add_filter('excerpt_length', create_function('$a', 'return 20;'));
<?php the_content('[Devamını Okuyun...]'); ?>
<?php the_excerpt(); ?>