Tag Archives: posts

changing archive posts to excerpts

If you want to change your archives in Wordpress from full posts to excerpts go to design>theme editor>archive.php and change the following code from
<?php the_content(); ?>
to
<?php the_excerpt(); ?>
If archive.php doesn’t exist then best leave well alone…..
(PS this also works on your index page)