I don't want my homepage to display the blogs posts in their entirety, only excerpts to make people click through. Is there a plugin or fix somewhere? thanks.
I don't want my homepage to display the blogs posts in their entirety, only excerpts to make people click through. Is there a plugin or fix somewhere? thanks.
http://wordpress.org/search/excerpt+on+home+page?forums=1
Your main options are:
1. Change the_content() (in your template) to the_excerpt():
http://codex.wordpress.org/Template_Tags/the_excerpt
2. Use the 'read more' quicktag in your posts:
This topic has been closed to new replies.