Making read more posting in blogspot

this posting is to hide a part of posting..
so your posting is not seen all,, your posting is seen just share of initially..
therefore your home blog,, is not full and long..


To making read more, you must open your blog..
goto edit html,, and find this script/code..

<div class='post-body'>

Or if you use minima template,, find this...

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

After that write this code/script in front of that code..

<b:if cond='data:blog.pageType == "item"'>
<style>.fullpost{display:inline;}</style>
<p><data:post.body/></p> <!-- satu -->
<b:else/>
<style>.fullpost{display:none;}</style>

After that find again this code in bottom that code..

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

or with new or minima tempalte

<data:post.body/>

write this in bottom that code/script..

<a expr:href='data:post.url'>Read more.....</a>
</b:if>

so that become..

<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'>Read more.....</a>
</b:if>
<div style='clear: both;'/> <!-- clear for photos floats -->
</div>

or with new tempalte..

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

<div class='post-body entry-content'>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<style>.fullpost{display:inline;}</style>
<p><data:post.body/></p>
<b:else/>
<style>.fullpost{display:none;}</style>

<data:post.body/>
<b:if cond='data:blog.pageType != &quot;item&quot;'>
</b:if>
<a expr:href='data:post.url'>Readmore.. </a>
</b:if>
<div style='clear: both;'/> <!-- clear for photos floats -->
</div>
yup.. you are finish...


** im sorry if my language is bad..
if you want to see Indonesian languange in here

0 comments:

Post a Comment