How To Add Related Post In Blogger

How To Add Related Post In Blogger, Related Post In Blogger, Blogger Related Posts, Add Related Post In Blogger

Placing advertisements below to the post is so simple Just follow below steps:

Step1: Go to your Blogger and select template and click on Edit HTML and then click on proceed.

Blogger -> Template -> Edit HTML -> Proceed

Step 2: Select check box  Expand Widget Templates.

 
Step 3:  Search for this text ( Ctrl + F )

    </head>

Step 4: Add these code above to that line
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js' type='text/javascript'/>
<script src='http://blogger-related-posts.googlecode.com/files/jquery.related-posts-widget-2.0.min.js' type='text/javascript'/>


Step 5:  Search for this text ( Ctrl + F )

    <div class='post-footer-line post-footer-line-3' >


Step 6 : Right next to that line paste this code.

<!--~~~~~~~~~~~~~~~~~~~~~~~ required HTML -->
<div class='related-posts-widget' style='line-height: normal;'>
<!-- {
     thumbs:0,
     max_posts:5,
     max_tags:5
  ,...
} -->
</div>
</b:if>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<!--RELATED-POSTS-ENDS-->

Step 7 : Click on Save and Continue and see your now you can see the related posts

No comments:

Post a Comment