Read more widget to add you blogger template very easely. to follow the below given instructions and get Read more option your template.Follow........
1)Log in your blogger go to Design > edit HTML
2)Expand your template widget find </head>
3)Replace this code below </head>
<script type='text/javascript'> var thumbnail_mode = "no-float" ; summary_noimg = 430; summary_img = 340; img_thumb_height = 100; img_thumb_width = 120; </script> <script type='text/javascript' src='http://bloggerblogwidgets.googlecode.com/files/auto_readmore_blogger.js' ></script> </head>
4) ofter adding find this code <data:post.body/> and Replace this code
Save your blogger template and see the Read More options(widget) for blogger template.
1)Log in your blogger go to Design > edit HTML
2)Expand your template widget find </head>
3)Replace this code below </head>
<script type='text/javascript'> var thumbnail_mode = "no-float" ; summary_noimg = 430; summary_img = 340; img_thumb_height = 100; img_thumb_width = 120; </script> <script type='text/javascript' src='http://bloggerblogwidgets.googlecode.com/files/auto_readmore_blogger.js' ></script> </head>
4) ofter adding find this code <data:post.body/> and Replace this code
<b:if cond='data:blog.pageType == "item"'>
<data:post.body/>
<b:else/>
<b:if cond='data:blog.pageType == "static_page"'>
<data:post.body/>
<b:else/>
<div expr:id='"summary" + data:post.id'>
<data:post.body/>
</div>
<script type='text/javascript'>
createSummaryAndThumb("summary<data:post.id/>");
</script>
<div style='clear: both;'/>
<span class='rmlink' style='font-weight:bold;padding:5px;float:right;text-align:right;'><a expr:href='data:post.url' >Read more ... </a></span>
</b:if>
</b:if>
Save your blogger template and see the Read More options(widget) for blogger template.
No comments:
Post a Comment