Hi, I'm building a site lnx.sogno2.it and I would like that the page of each category show only the list of titles of the posts and not the the full post, you can see http://lnx.sogno2.it/category/corsi-musica there is all the post, I would like to see only the title "corsi di musica".
Thanks.
edit category.php to do so;
if your theme does not have a category.php, make a copy of archive.php and save it under the name category.php - then make the edits in there; mostly removing un-needed code.
ps:
if you want help with what to delete, please paste the code of category.php into a http://wordpress.pastebin.com/ and post the link to it here.
someone might have a look at it and might have some suggestions.