Forums

code change for full entry on index page not working - help! (3 posts)

  1. craggette
    Member
    Posted 3 months ago #

    My Web site is http://www.wealthyappetite.com

    I want to show full entries on the index page and changed the .php files for the index and archive pages, changing the_excerpt() to the_content() in both files. (If you take a look at the source code of the page, you'll see that I did it.)

    However, only the excerpt still shows. I have no idea what I did wrong. Perhaps it's a simple error like a missing space or period somewhere, but I have no idea what's wrong!

    Please help!
    T. Cristine

  2. Shane G
    Member
    Posted 3 months ago #

    Hi,

    You need to add the_contents in page.php and have a check with that. Do not forget to remove that the_excerpt from that file.

    Thanks,

    Shane G.

  3. t31os_
    Member
    Posted 3 months ago #

    It's because you're using the read more feature.
    http://codex.wordpress.org/Customizing_the_Read_More

    Your posts likely have...

    <!--more--> somewhere in them

    The moment you do that, you create a cut off point for the rest of your entry..

Reply

You must log in to post.

About this Topic