WordPress.org

Forums

latest post (3 posts)

  1. studioavila
    Member
    Posted 3 years ago #

    Is there a way to make the latest/most recent post show all of its content on the home page then all the previous posts just show excerpts? And can this made to happen automatically every time a new post is entered?

  2. You'll probably want to do that in your Theme with two loops. The first would show the latest posts and use the_content() and the second would have the next posts, MINUS the first one, and use the_excerpt()

    http://codex.wordpress.org/The_Loop has some advice to that.

  3. Rev. Voodoo
    Volunteer Moderator
    Posted 3 years ago #

Topic Closed

This topic has been closed to new replies.

About this Topic