Blogger Now Supports "Read More" or "Expandable post Summaries" Feature



Now you can create expandable post summaries in your Blogspot blog Blogger has introduced it's own feature to add a "read more" link to your post summaries which will help help your blog load faster.
This feature is available by default in Draft version of Blogger.

A very simple hack even if you use in default version of Blogger. All you need to do is just:

Go to Layout >> HTML editor (expand widget template) and search for the code below:

<data:post.body/>

and replace the code with the code below:


<b:if cond='data:post.hasJumpLink'>
<div class='jump-link'>
<a expr:href='data:post.url + "#more"'><data:post.jumpText/></a>
</div>
</b:if >

and now just save your template and you are done.

Now all you have to do is just add:

<!-- more -->

Add the above code in post where ever you want to make your post expandable.

To read about this feature in detail, see this post.
 

About Author

My PhotoMy name is Shravan Mishra and I'm a part time blogger, living in Delhi, India.

I like to feature things which can be helpful in blogging, designing, developing or tools to improve the internet surfing experience and more.

Read more »



Twitter Updates

Blog Archive

Copyright © 2010 Smashapps All rights reserved.