Forums
(@mindbin)
21 years, 1 month 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>