Blog Description Here

For honestly, I read from o-om site to make this post, But the site is Indonesian version, and I translate it in to English version.

First step, go to Template à edit HTML and check the “expand widget”, don’t forget to download full template for backup version.

edit HTML and check the “expand widget”, don’t forget to download full template for backup version.


Second step, find the code:

<div
class='post-header-line-1'/>


<div
class='post-body'>


after you found that code, copy and paste this code below the above code, this code is:


<b:if

cond='data:blog.pageType == "item"'>

<style>.fullpost{display:inline;}</style>

<p><data:post.body/></p>

<b:else/>


you can found the
<p><data:post.body/></p>

code and insert:


<a
expr:href='data:post.url'>Readmore »»</a>

</b:if>


below that code, you can change “Readmore”

with “read” or “Read Next” or “Reado Moron” or everything you want .So, the
complete code is:


<div
class='post-header-line-1'/>

<div class='post-body'>

<b:if cond='data:blog.pageType == "item"'>

<style>.fullpost{display:inline;}</style>

<p><data:post.body/></p>

<b:else/>

<style>.fullpost{display:none;}</style>

<p><data:post.body/></p>

<a expr:href='data:post.url'>Readmore »»</a>

</b:if>

<div style='clear: both;'/>


Third step,

go to setting --> formatting --> post template, and insert


<div
class="fullpost">
</div>


on text box.


Fourth step,
the setting format with HTML code is:


First paragraph


<div class="fullpost">

Second paragraph etc


</div>.


After all enjoy it!

No Responses to "Make Read More On Blogspot"

Leave a Reply