I'm using Wordpressmu 2.9.2 with the classic 1.5 theme.
In my index page, I have put :
<?php if ( is_category() || is_archive() ) {
the_excerpt();
} else {
the_content();
} ?>
This does not work.
I want to show the excerpt in my home page and when I click in a post , or a category or archive I would like to see the content of the post.