Copyright © 2010 A. Fatih Syuhud. All Rights Reserved. Snowblind by Themes by bavotasan.com. Powered by WordPress.
Posts Tagged ‘ read the rest of this entry ’
1. After login to your blogger.com dasboard, click Layout -> Edit HTML -> check the “expand widget template” menu. See Picture 1.
2. Put the following code precisely above code </head> (See Picture 2)
<style> <b:if cond=’data:blog.pageType == “item”‘>
span.fullpost {display:inline;}
<b:else/>
span.fullpost {display:none;}
</b:if>
</style>
3. Search for this code: <p><data:post.body/></p>
and put the following code after or below it (see Picture 3):
<b:if cond=’data:blog.pageType != “item”‘>
<a expr:href=’data:post.url’> Read More..</a>
</b:if>
4. Click Save.
5. Click Settings -> Formatting, scroll down to the bottom of the page put the following code at the vacant space beside “Post Template”:
<span class=”fullpost”>
</span>
6. Click “Save Settings”. Done.
How to Post
1. Whenever you want to write an article, make sure you click the “Edit HTML”, not the “Compose”. You will see in the posting box this following code
<span class=”fullpost”>
</span>
2. Put the paragraph you want to show in the frontpage above the code. And put the rest of the entry / article between
<span class=”fullpost”> </span> Picture 1:
Picture 2:
Picture 3:
Wish you luck!
Continue Reading »




