Create Read More Blogspot / Blogger

Posted on Monday, August 10, 2009 by khabibkhan

This tips is How to create readmore in blogspot, if you want to create readmore on wordpress see here :

  • login into your blogger account www.blogger.com

  • Click Layout-->Click Edit Html

  • Give Check arrow on  Expand widget template

  • find text code </b:skin> then copy the following text
    underneath

  • <style>

    <b:if cond='data:blog.pageType == &quot;item&quot;'>

    span.fullpost {display:inline;}

    <b:else/>

    span.fullpost {display:none;}

    </b:if>

    </style>


    Before added code and After added code




  • Find Text Code <p><data:post.body/></p>, then copy this
    code underneath



  • <b:if cond='data:blog.pageType != &quot;item&quot;'>

    <a expr:href='data:post.url'> Read More..</a>

    </b:if>






  • Start to Post-->Add this code under your short article that you want to post

  • <span class="fullpost">


    and posting you full article under code <span class="fullpost">
    and close finished article with code </span>


    look image this below for more