Open your index.php file, archive.php file, and category.php file. Now some of you might not have all these files in your template, so just open the ones that you do have. Find the following code: <?php the_content(); ?> And replace it with: <?php the_excerpt(); ?> Now you can write custom excerpts for your posts from [...]