Wednesday, 19 March 2008

Create read-more at blogger

Maybe, many blogger  knew this tips, how to create read-more link.
So i'll write again for you.
<span class ="fullpost">
 
First, Open template ( edit HTML)
Check Menu "expand widget template"
Find below code in your template blog
 
"<div class='post-header-line-1'/>"
 
Then copy 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>
<div class='post-body'>
 
And place after the code
 
After that , find this code also :
<p><data:post.body/></p>
 
Copy this code below and place under the code:
<a expr:href='data:post.url'>Read More .. </a>
</b:if>
 
Save template.
 

Go to settings and click formatting. Find Template Posting Menu and fill the empty box with code :
 
"<span class="fullpost"></span>"
Don't forget to save.
 
How to Post
 
When to post, click EDIT HTML, and you can view the code :
"<span class="fullpost">"
"</span> "
 
Put the article that want to put forward in front before this code <span class="fullpost">
and the rest of them after the code
</span>

0 comments: