make automatic readmore

good morning friends ...
on this occasion we will provide a blog tricks, namely how to make readmore ... Automatic, may have a lot of tutorials like this, but what if we want to share knowledge about the blog, because it may be still a lot of friends who do not understand about how to make readmore ... automatic.
let's get started.

1. log into your blogspot account.
2. first download the template before you, as a precaution in case something goes wrong.
2. then click on the design.
3. select the "edit HTML".
4. Do not forget to check the "expand widget templates" ..
5. then locate the code </ head>, to facilitate the search, press Ctr+F.
6. then copy the code below and paste the code above the </ head>.

<script type='text/javascript'>
thumbnail_mode var = "float";
summary_noimg = 230;
summary_img = 140;
img_thumb_height = 100;
img_thumb_width = 100;
</ script>
<script src='http://blogergadgets.googlecode.com/files/excerpt.js' type='text/javascript'/>

6. then look for the code <data:post.body/>
7. and replace the code with the code below.

<b:if cond='data:blog.pageType == "item"'>
   <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>
   <span style='padding-top:5px;;float:right;text-align:right;'> <a expr:href='data:post.url' rel='bookmark'> <img align = 'right' border = '0 '
   </ b: if>

9. then click save template.

hopefully benefit us this simple post, Good luck.

0 comments

Post a Comment