How to show up summary of posts on front page in WordPress
Every time you publish a new post, the entire post shows up on the front page. Do you would like for it to just show up on the main page with a summary/preview of the post and then the reader will have to click on the post’s link to read the rest of the post?
Yes. Its possible by using more tage while posting.
(1) If you are using the visual rich text editor then icon number to use is #13 and you use it wherever you want the text break to occur.
(2) If you are using the standard editor click the [more] button wherever you want the text break to occur.
(3) If you are hand coding type in <!–more–> wherever you want the text break to occur.
(4) If you do not like the text that the theme is hardcoded to provide when you use the more tag you can change it by hand coding in
<!–more your text goes here more!–>
If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

I am searching how to do this. I found you, and it’s work. Thank you.