Create Table of Contents sorted by Date(Archived) or Labels in Blogger
Saturday, October 3, 2009
Leave a Comment
Table of Content page on Blogger in which the posts title are sorted by Date(archived) or by the Post Labels.This code is being provided by bloganol.com
Table of Contents sorted by Date
<script src="http://deineshd.110mb.com/scripts/tocbyarchivemin.js">
</script>
<script src="http://www.radiusblogger.com/feeds/posts/default?max-results=500&alt=json-in-script&callback=loadtoc">
</script>
Table of Contents sorted by Labels
For creating the table of contents page in your blog Sorted by Labels Copy the following code and paste it in your blog Post.Click here to see the demo of this Hack.
<script style="text/javascript" src="http://deineshd.110mb.com/scripts/blogtoc-min.js"></script>
<script src="http://www.radiusblogger.com/feeds/posts/default?max-results=500&alt=json-in-script&callback=loadtoc"></script>
In the above code dont forget to replace http://www.radiusblogger.com with your blog URL before you publish the code.


Thanks for sharing.....table of contents page in my blog by post date or Sorted by Archives Copy...