Actually it is simple just change this php code
- <?php the_excerpt(‘(Read the rest of this entry…)’); ?> inside the loop of your theme category pages with this
- code <?php if ( in_category(‘wordpress’) ) { ?>
“><?php the_title(); ?> <?php }; ?
detail instruction with sample could find here: how to show only post titles on wordpress achieve category pages (easy way for novice user)