|
|
|
|
|
|
![]() |
#1 |
wtfwjd?
Join Date: May 2007
Posts: 2,103
|
![]() I have a mainstream blog that is mostly text articles, and I want the first few lines to to display with a link that says "more" which opens the entire article. Is there a plug that does this?
Thanks! |
![]() |
![]() |
![]() |
#2 |
Me fail English? That's unpossible!
|
It's built into Wordpress. You want your template to call the_except() instead of the_content() when listing posts. Or use the_content() with <!--more--> comment.
http://codex.wordpress.org/Template_Tags/the_excerpt |
![]() |
![]() |
![]() |
#3 |
a.k.a. Sparky
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
|
Do you use the wordpress editor? If so, there is a 'more' button in the editor which puts a break in and allows the post to continue on the second page.
Settings, Reading, For each article in a feed, show Full Text/Summary this splits it at a hardcoded # of characters, I don't remember how many, but, it breaks on a character boundary and they back up a little so they don't split a word. It uses the excerpt if one is written, otherwise, splits the post.
__________________
SnapReplay.com a different way to share photos - iPhone & Android |
![]() |
![]() |
![]() |
#4 |
wtfwjd?
Join Date: May 2007
Posts: 2,103
|
Perfect! I don't know how I missed something so simple..I'm used to working with pics and never had a need to do it.
|
![]() |
![]() |
![]() |
|
|