20 November, 2012

Remove "Read more" link from Blogger !

According to One of the Top tech blog Digital Inspiration "You can pass more Google PageRank to your blog posts if you decrease the number of links on your blog’s homepage and archive pages."



So, if you using blogger and want to remove "read more" link, follow these simple steps.

-->
  1. Login to your blogger account.
  2. Select Template.
  3. Edit HTML > Proceed
  4. Tick Expand Widget Templates.
  5. and Find <b:if cond='data:post.hasJumpLink'>
  6. just remove the this code
 <b:if cond='data:post.hasJumpLink'>
      <div class='jump-link'>
        <a expr:href='data:post.url + &quot;#more&quot;' expr:title='data:post.title'><data:post.jumpText/></a>
      </div>
    </b:if>

::if u have any doubt, feel free to ask::