How to create READ MORE in Blogger platform!
Today i create a new blog on Blogger platform. I write some posts and when i want to put ”Read more” on a post i can find it! I search on the Internet, i found something
but with few explications. Now i want to write this tutorial with some printscreens! Let’s start!
[1] Login to your blogger account and go to Settings
[2] Now click on Template
[3] Now click on Edit HTML
[4] Before editing click on the check box of Expand Widget Templates,
to see the complete structure of your page
[5] Search this: ( Find with your Browser: Edit -> Find )
<b:if cond=’data:blog.pageType != “item”‘><br />
[6] Now you need to write this code: <a expr:href=’data:post.url’>Read more!</a>
[7] You finished, now when you create a post and if you want ot put “Read More”,
write this:
<span class=”fullpost”></span>
Example:
About hamid-info.blogspot.com<span class=”fullpost”>Read more</span>
Post a Comment