,

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




For creating the table of contents page in your blog by post date or Sorted by Archives Copy the following code and paste it in your blog Post.Click here to see the demo of this Hack.

<script src="http://deineshd.110mb.com/scripts/tocbyarchivemin.js">
</script>
<script src="http://www.radiusblogger.com/feeds/posts/default?max-results=500&amp;alt=json-in-script&amp;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.

&lt;script style="text/javascript" src="http://deineshd.110mb.com/scripts/blogtoc-min.js"&gt;&lt;/script&gt;
&lt;script src="http://www.radiusblogger.com/feeds/posts/default?max-results=500&amp;alt=json-in-script&amp;callback=loadtoc"&gt;&lt;/script&gt;


In the above code dont forget to replace http://www.radiusblogger.com with your blog URL before you publish the code.

1 comments »

  • Hack counter said:  

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

  • Leave your response!