Hemingway Wordpress Theme

If you’re using the Hemingway Wordpress Theme you may have noticed that by default it displays the summary of your last two blog posts.

Personally I’m not a fan of that, I would rather the full content of the last two posts appear.

To fix that, simply go to Design > Theme Editor > Main Index Template (index.php) and edit the following line:

<?php the_excerpt() ?>

and replace it with

<?php the_content() ?>

Simply save the changes and your index page will display full posts.


About this entry