• My theme is using <?php the_content('Read the rest of this entry &raquo;'); ?> to display the post in the loop, but it still only displays a portion of the post with a link at the end to the rest. Here’s the thing though, it’s a huge portion. Probably easily 300-400 characters. I can’t find anything that would cause it to do that in the template files. Maybe I’m just not looking in the right place.

    Can someone help me understand why it’s doing this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • A link to your site? The complete part of the code used for the loop?

    girlsriders

    (@girlsriders)

    Same problem and the site is girlsriders.org

    If you click on a catagory, you only get the summary, not the full post.

    Thanks!

    Shane G.

    (@shane-g-1)

    Hi,

    YOu need to edit the page code if it is on home page then index.php, if it is in category then category.php file of your theme and find this code:

    the_excerpt()

    Replace with:

    the_content()

    Thanks,

    Shane G.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘I can’t get the full post to display’ is closed to new replies.