Post summary is very useful if you write very long posts and you wanted to display just short teaser sentences on your homepage and it also brings a bit of ease to your visitors cause they won't have to scroll so far down just to scan your home page.
codes in your template save it then again you have to put something on your post format which will you will use to indicate where to start summary on your post and and also shows the "read more.." link on the pages on your homepage..

Then a bar will appear like this where you positioned your cursor.
Then publish your post and view your homepage.
If you want to change the text link "read more" to anything you want.
On your Dashboard, Go to:
Layout ---> Page Elements ---> then click Edit on the Blog post widget ---> then change the Post page link text to whatever you like

Save ten view the changes.
NOTE:
If you are using customized third party Templates/ Layouts you will have to add a code to your template for it to work properly.
First go to Layout ---> Edit HTML ---> then click Download Full Template to back up your template in case something goes wrong.
Then tick on the Expand Widget Templates checkbox.
Then press Ctrl+F and search for this line
<data:post.body/>
After locating it paste these code right below or after it
<b:if cond='data:post.hasJumpLink'> <div class='jump-link'> <a expr:href='data:post.url "#more"'><data:post.jumpText/></a> </div> </b:if >
No comments:
Post a Comment