Forums
(@mlocke)
13 years, 4 months ago
I found it – incase anyone else is looking, you have to change a line in your content.php
it reads
<?php the_excerpt(); ?>
and you need to change it to
<?php the_content(); ?>