Add Read More Hack
Posted on June 29, 2008 by admin
Here is the read more hack for blogger. I would recommend every one on blogger to add the read more hack as it makes the page load much faster. Many people find it confusing to add the read more hack on blogger as some templates don’t have However i have made it very simple. So just follow the instructions below.

Just look for <p><data:post:.body/></p> and add this code right above it.
<style>
<b:if cond=’data:blog.pageType == "item"’>
span.fullpost {display:inline;}
<b:else/>
span.fullpost {display:none;}
</b:if>
</style>
And then add this code right below <p><data:post:.body/></p>
<b:if cond=’data:blog.pageType != "item"’>
<div style=’float:right’>
<a expr:href=’data:post.url’>Read More…</a>
</div>
</b:if>
Once your done with that, just go to settings, formatting and paste the following in post setting as shown in the image.
Here is the start of my post
<span class="fullpost">
Here is the rest of it
</span>
One Response to “Add Read More Hack”
Leave a Reply







Forget Gurus
- 6th Mar, 09 07:03am
Hey I really like your material, I’ve been a long time reader I can’t wait for more!