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?
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?
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.
http://wordpress.org/support/topic/387876?replies=4
could use this approach
This topic has been closed to new replies.