Saturday, March 7, 2009

Make Post Summary (Read More) At Classic Template

In the previous article, I explain how to create a post summary on the new template. Now, I will explain to you about how to create a post summary (Read More) in the classic template. If you blog using a classic template, I think you need to follow the tutorial in this article.


  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.

Now, if you want to post the article, type the beginning of the posts that will be displayed on the main page before <div class="fullpost"> Then type the continuation of the article between <div class="fullpost"> and </div>. Ok, I hope this tutorial is useful for those of you who read it.

0 comments:

Post a Comment