in loop.php file
change the_excerpt function into the_content
or
change
<?php if ( is_archive() || is_search() ) : // Display excerpts for archives and search. ?>
to
<?php if ( !is_category&(is_archive() || is_search() )) : // Display excerpts for archives and search. ?>