- Sign in blogger with your id
- Choose Setting
- Choose Format
At lower screen , there is text empty area beside article Template Posting, fill the empty area with this code
<span class="fullpost"> </span>
Then save Yor Setting
This code Installation intend in order to help us when posting article, code is always directly emerge in edit html without having to write down again.
Second Step#:
- Open Template -Edit HTML then click the expand widget templates
- Don't forget to back up your blog by click "complete download template"
find the code below :
<data:post.body/>
Or
<p><data:post.body/></p>
Delete these code above, change with this code below :
<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/> <a expr:href='data:post.url'><strong>Read More...</strong></a></p> </b:if>
Then save the templates.
The Read More has finished, just remember when you post your content, the sentences that you want to show is always above the <span class="fullpost">
And the Sentences you want to hide just put it under that code
For example:
your Text to show
<span class="fullpost">
your text to hide
</span>
Get what i tell you now?? c'mon just relax and more training, i sure you can do it by your self.
if there is any error just tell me what yours problem, i will give you a hand for free, thank's for coming
0 comments:
Post a Comment