Forums
(@mindbin)
19 years, 9 months ago
Edit /wp-content/themes/default/archive.php
Change:
<div class=”entry”> <?php the_excerpt(); ?> </div>
to
<div class=”entry”> <?php the_content(‘Read the rest of this entry »’); ?> </div>