If in the previous article we discussed how to create Read More on the new template, this time we discussed how to create Read More in the classic template. Okay, I will immediately know how to give it so.
1. Log in to Blogger -> Layout -> Edit HTML.
2. Paste this code above the code </style>.
<MainOrArchivePage>
div.fullpost {display:none;}
</MainOrArchivePage>
<ItemPage>
div.fullpost {display:inline;}
</ItemPage>
3. Then paste the following code under the code <$BlogItemBody$>.
<MainOrArchivePage><br/>
<a href="<$BlogItemPermalinkURL$>">Read more</a>
</MainOrArchivePage>
4. Save the template. Then go to Settings -> Formatting.
5. In the Post template, fill in the following code.
<div class="fullpost">
</div>
6. Then save.
When writing, writing that you want to display at code above <div class="fullpost"> and type of articles of the code <div class="fullpost"> and </div>.
Home » Read More » Create Read More At Classic Template
Thursday, January 8, 2009
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment