Changing the front page to display full articles

I have had some enquiries about changig the front page from having excerpt of stories to the full story of each post on the front page.  It is pretty easy to change, this is how it is done.

Log into the admin of your site.
go to Appearance>Editor>index.php
Find this line
<?php the_excerpt(); ?>
replace it with
<?php the_content(); ?>
save the file.
All the post will be on the front page
Related Posts

5 Responses to “Changing the front page to display full articles”

  1. Jul 9th, 2010 :

    Why can’t all changes be that easy. Thanks alot man, been trying to fix this for an hour now!

  2. Jan 8th, 2011 :

    [...] used. If you would like video to be shown on the front page you will have to change this. See this Article to change [...]

  3. Feb 12th, 2011 :

    just getting started with your template which I think is great and I’m certainly no programmer but can follow instructions. I changed to full page and that works fine but I still have the “read more” link. Is there a way to remove that and also the link in the header?

    Many thanks…. Steve

  4. Feb 21st, 2011 :

    In the index.php file find this code.
    <a href=" " rel="bookmark" title="Permanent Link to ">
    Delete it and that should remove the read more links.

  5. Feb 22nd, 2011 :

    I found this reference – do I delete the entire line?

    <a href=" ” rel=”bookmark” title=”Permanent Link to “>

Leave a Reply

Name (Required)

Email (Required - will not be published)

Website

Message (Required)