Related posts widget is very important for a blog, because it increases the number of page views and also help the visitor to view other posts related to blog. Now here is wonderful trick to display links to related posts below each posts or sides of blog.
Step 1: Log-in to your Blogger account.
Step 2: Go to any your post and click on HTML option to switch to HTML editor mode. Add following step 4 code below the all elements of your post:
Add following step 4 code.
Step 4: Copy and paste
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://blogger-related-posts.googlecode.com/files/jquery.related-posts-widget-2.0.min.js"></script>
<!--~~~~~~~ HTML -->
<div class="related-posts-widget">
<!-- {
thumbs:0
} -->
loading..
</div>
Step 5: Enjoy
Step 1: Log-in to your Blogger account.
Step 2: Go to any your post and click on HTML option to switch to HTML editor mode. Add following step 4 code below the all elements of your post:
OR
Step 3: Go to Layout option and click on Add a Gadget a new and again click on HTML/JavaScript.Add following step 4 code.
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://blogger-related-posts.googlecode.com/files/jquery.related-posts-widget-2.0.min.js"></script>
<!--~~~~~~~ HTML -->
<div class="related-posts-widget">
<!-- {
thumbs:0
} -->
loading..
</div>
Step 5: Enjoy
No comments:
Post a Comment