Just another question:
I changed theme (Ocadia) and i do not have categories.php nor archive.php.
Then i opened index.php file and i found this code:
<?php if (is_search()) { ?>
<?php the_excerpt() ?>
<?php } else { ?>
<?php the_content(__(‘Read the rest of this entry »’)); ?>
<?php } ?>
Here how to edit to make Categories menu showing only Titles?