steps:
- go to blogger
- select the menu layout
- sub menu select Edit HTML
- to avoid damage to the template for later editing please Click Download full template,
- Important>> give a small check in the box beside Expand Widget Templates
- Copy the code below, then paste the code just above head
- add a little code in the template.note : the color Blue is the original code of the template code and the red is the additional code that we will insert:
<h3 class='post-title'>
<b:if cond='data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</h3>
</b:if>
<div class='post-header-line-1'/>
<div class='post-body' expr:id='"post-" + data:post.id'> <b:if cond='data:blog.pageType == "item"'> <p><data:post.body/></p> <b:else/> <style>#fullpost {display:none;}</style> <p><data:post.body/></p> <span id='showlink'> <p><a expr:onclick='"javascript:showFull(\"post-" + data:post.id + "\");"' href='javascript:void(0);'>[+/-] More...</a></p> </span> <span id='hidelink' style='display:none'> <p><a expr:onclick='"javascript:hideFull(\"post-" + data:post.id + "\");"' href='javascript:void(0);'>[+/-] Ringkasan saja...</a></p> </span> <script type='text/javascript'>checkFull("post-" + "<data:post.id/>")</script> </b:if> <div style='clear: both;'/> <!-- clear for photos floats -->
</div>
</div>
.... rest of template code ....
Note : in the additional code on the word "More ..." can be replaced by Read more, Full page or other sentence as you wish
- Click save TEMPLATE
The next step:
- open the Settings menu
- select the Format menu
- Copy the code below and paste it into the empty box located next to Template posts
- Click the Save Settings
- Done.
How to make postings:
- When in the manufacture of window messages, select the Edit HTML mode Not Compose, so will see the code that we'd save on Format Settings:
<span id="fullpost"> </span>
- Write the articles that you want to appear before
<span id="fullpost">
, and the rest of the article was written after<span id="fullpost">
and before</span>
"icki" hope this little experience can benefit the reader