Often we find that blogs have read more facilities, namely to hide some post do not appear all in the frontpage. At the bloggers, read more facilities are not available, so you need to add your own. Here's the step :
1. Login to Dashboard and click menu Layout ==> Edit HTML
2. Mark Expand Widget Template
3. Find this code : <p><data:post.body/></p>
4. and replace with this code :
<b:if cond='data:blog.pageType == "item"'>
<style>.fullpost{display:inline;}</style>
<p><data:post.body/></p>
<b:else/>
<style>.fullpost{display:none;}</style>
<p><data:post.body/></p>
<a expr:href='data:post.url'>Read More...</a>
</b:if>
You can change words in the RED color to word what you like
5. Save template
6. Go to menu Settings --> Formatting
7. Copy code below to the Post Template form
<span class="fullpost">
</span>
and Save Settings
8. Done
How to Use :
put the first paragraf / intro here
<span class="fullpost">
put the rest of the post here
</span>
1. Login to Dashboard and click menu Layout ==> Edit HTML
2. Mark Expand Widget Template
3. Find this code : <p><data:post.body/></p>
4. and replace with this code :
<b:if cond='data:blog.pageType == "item"'>
<style>.fullpost{display:inline;}</style>
<p><data:post.body/></p>
<b:else/>
<style>.fullpost{display:none;}</style>
<p><data:post.body/></p>
<a expr:href='data:post.url'>Read More...</a>
</b:if>
You can change words in the RED color to word what you like
5. Save template
6. Go to menu Settings --> Formatting
7. Copy code below to the Post Template form
<span class="fullpost">
</span>
and Save Settings
8. Done
How to Use :
put the first paragraf / intro here
<span class="fullpost">
put the rest of the post here
</span>
Post a Comment