Forums
(@mdfilms)
14 years, 6 months ago
Figured it out
In archive.php, replace lines 41 and 42:
<?php the_excerpt(); ?> <?php more_link(); ?> with this:
<?php the_content(); ?>