- If you've never had "Read More" then you only need to add a little script.
Log in to your blogger.com Dasboard -> Setting -> Formating -> Post Template:
Post the contents of templates, this tag with the code:
<span class="fullpost">
</span> - Open your .XML file template.
- Find code:
} ]]></b:skin> before tag </head> - Enter the following code right after the code } ]]></b:skin> before tag </head>
with:
<style>
<b:if cond='data:blog.pageType == "item"'>
span.fullpost {display:inline;}
<b:else/>
span.fullpost {display:none;}
</b:if>
</style> - Further arranged for the posting cut, find the code: <p>
and add the code below:
<b:if cond='data:blog.pageType != "item"'>
<a expr:href='data:post.url'><b>Read More</b></a>
</b:if> - Upload your template .XML
How to create Read More at blogger
You who have a problem with a very long content that is at page index your blog at blogger.com can cut the content to be "Read More".
Related Templates
If you enjoyed this article just click here, or subscribe to receive more great content just like it.