How to make read more in blogger classic
How to make read more in classic blogger templates?
If you are using new layout for blogger, read this article
If you’re using classic templates for blogger follow this steps:
- Find <style> </style> and insert below script between them;
<MainOrArchivePage>span.readmore {display:none;}</MainOrArchivePage><ItemPage>span.readmore {display:inline;}</ItemPage> - That’s mean we are add a class in CSS named readmor, and the next step is find <$BlogItemBody$> and add the script below after it.
<mainorarchivepage><br /><a href="<$BlogItemPermalinkURL$>">Read More..</a></mainorarchivepage> - Save template and Republish
When publishing new post put <span class=”readmore”> closed by </span>
Example:
This is my post and <span class=”readmore”> i want to publish now. </span>
Result:
This is my post and Read More..
If You click Read More will become:
This is my post and i want to publish now.
Happy trying ![]()



Comments (One comment)
[…] Post Summaries“. If you are using the Blogger Classic template, you can refer to this tutorial for further explanation. And if you are using the New Blogger (XML Blogger Layout), you can refer […]
How “long” is your Home Page? | Blogging For Novice / May 26th, 2008, 10:32 am
What do you think?