Hi!!
I’m really a newbie with Php, but I tried to found a solution to this “problem” I had too, and here is what I found:
– Go on content.php
– On line 12, change <?php the_excerpt(); ?>
for <?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'ilisa' ) ); ?>
– It works!
I’m quite sure it’s not the best and more professional solution, because I only copied the code from the theme “Twenty Eleven”, but at least it works… Maybe someone else would give you a better or cleaner code ??
I hope it helps you,
Alice