I would like all post being displayed in full content, but all of them show up in excerpt except if retrieved from the most view widget.
I was told to change <?php the_excerpt(); ?> by <?php the_content); ?> in the loop.php since there's no <?php the_excerpt(); ?> in the index.php, but it doesn't work: the excerpts continues.
I even changed theme from Coraline to Twenty Ten, did in Twenty Ten all that changes but same problem: excerpts only.
Does anybody know how to solve this problem?