INDEX ADBRITE

 

How To Add The Blogger “Read More” Expandable Posts Link

Every blogger knows the necessity of "Read more"  expandable link But some templates does not include it
If your template do not include "Read More" Expandable posts link you can add it by following the steps....

Before doing any changes create a backup of your template
 
1.Login your blogger.com account
2.Go to Design>Edit html
3.now click "download full template" to backup it if necessary
4.Check mark "Expand Widget Templates"
5.Press "CTRL+F" to search "<div class='post-footer'>"
6.If you get it paste the blow code just before it

<b:if cond='data:post.hasJumpLink'>
      <div class='jump-link'>
        <a expr:href='data:post.url + &quot;#more&quot;' expr:title='data:post.title' target='_blank'>Read more...</a>
      </div>
    </b:if>

Now click "SAVE TEMPLATE"
Check out your page to see the changes