Re-Think GoDaddy.com. $5.99 .COM!
Home » » How to create Read More at blogger

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".


  1. 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



Share this article :
 
Copyright © 2011. Hi Template - All Rights Reserved
Template Modify by Creating Website
Proudly powered by Blogger