Alıntı
<?php if ( is_category() || is_archive() ) {
the_excerpt();
} else {
the_content();
} ?>
____