How to Add Read More in Blogger
- Sep 07, 2008
- Tutorial
- 13 Comments
Please Login to your Blogger Account, and go to Dashboard, Layout, and Edit HTML.
Because we will edit the HTML code, you need to create a back up for your template, click Download Full Template.
Check Expand Widget Template
Now, find this code : <div class=’post-body’> or <div class=’post-body entry-content’>
Copy paste this code under the code above :
<b:if cond='data:blog.pageType == "item"'>
<style>.fullpost{display:inline;}</style>
<p><data:post.body/></p>
<b:else/>
<style>.fullpost{display:none;}</style>
Look under that code you will findĀ : <p><data:post.body/></p>
And paste this code below :
<a expr:href='data:post.url'>Read Full Entry</a>
</b:if>
click Save Template.
Than go to Setting, Formatting, and find Post Template area,
paste this code below :
<div class="fullpost">
</div>
Done, click Save Setting.
Now if you want to post, write in edit html. The text before <div class=”fullpost”> will be appears in your post, and the text after that code will be appear if you click the readmore link.
You must write like this :
Click Publish Post.

Hi…very good trick
I’m using your template thanks a lot
I’ll bookmark your site ok.
see ya
it’s really great tips.. i like it, simple but could work better…
very easy to follow! thanks for posting this!
thank you dude great and simple post
thank you very much your way is very good it is working for me the only way that worked for my blog thank you
hye..why i can’t d/load ur template?how to d/load it?please help me..
Thanks a lots. Very useful to my blog
Thanks M8 Working Fine
Use blogger’s new feature “Insert Jummp Break” instead. Its cool and easy
cool.. thanks ..
Thanks for the tips.. i will try this for my blog
wow this is very easy to use and I have done it within 3 minutes. Nice post.
thanka a lot.i was searching that how to add read more in a blog post.useful instructions.