Table Of Contents Widget For Blogger


This Widget will act as  a "Table of Contents". It will list out each of your blog posts in a styled table. When you hover over the post title, you will see a summary of the post. The Widget also displays the Post dates and labels. It will allow you to sort the posts by title or by post date. I employs a bubble sort algorithm to sort the posts accordingly.


Credits : This Widget was created by Hans of Beautiful Beta . I have tweaked it to fix the 500 post limit

How to Add Table Of Contents to Blogger

Step 1 - Make a new Page in Blogger with a suitable title

In the page editor, switch to HTML mode, and paste the following code into the Post Editor

<div id="bp_toc">Loading TOC. Please wait....</div>
<script src="http://blogergadgets.googlecode.com/svn/trunk/blogtoc.js" type="text/javascript"></script>
<script src="/feeds/posts/summary?alt=json-in-script&max-results=500&callback=loadtoc" type="text/javascript"></script>

Publish the Page and open it in your web browser.You will be able to see the TOC, but it would be messed up

Step 2 - So it is time to Style the TOC using some  CSS code. Go to Template Designer. If you are using the new Blogger UI, then you can find the Template Designer at Template > Customize . If you are still using the old UI, then you can find it on the Layout tab.Now go to Advanced > Add CSS

image

and paste the following CSS snippet there.

#bp_toc {
  border: 0px solid #000000;
  background: #ffffff;
  padding: 5px;
  width:500px;
  margin-top:10px;
}
.toc-header-col1, .toc-header-col2, .toc-header-col3 {
  background: #ffd595;
  color: #000000;
  padding-left: 5px;
  width:250px;
}
.toc-header-col2 {
  width:75px;
}
.toc-header-col3 {
  width:125px;
}
.toc-header-col1 a:link, .toc-header-col1 a:visited, .toc-header-col2 a:link, .toc-header-col2 a:visited, .toc-header-col3 a:link, .toc-header-col3 a:visited {
  font-size:80%;
  text-decoration:none;
}
.toc-header-col1 a:hover, .toc-header-col2 a:hover, .toc-header-col3 a:hover {
  font-size:80%;
  text-decoration:underline;
}

.toc-entry-col1, .toc-entry-col2, .toc-entry-col3 {
  padding-left: 5px;
  font-size:70%;
}

Apply the changes to your Blog and check your TOC page once again.:)

Apply the Live Demo

Loading TOC. Please wait....



Save the Template, and you should see a neat Table of Contents Page. If you have any questions, feel free to ask in the comments section :) .

143 comments: Add Comment
vinoth said...

Question :1

I don't understand what is a table of content....first please give me the screen shot of a toc...then i will try this.....

Question:2

If i link urs footer logo...will u link mine blog in ur blogroll....

Blogger Plugins said...

see the demo..

and if you need a listing here,you can add your blog to our blogger directory

Fa.Topeng said...

its hard away,,better preview with the video
TSF

Blogger Plugins said...

@Fa.Topeng i am not good at making videos.. do u know of any s/w that helps in doing it easily..

Moviesatrapid.com said...

I dont see it working on my blog, can you please check, link is in my name

Blogger Plugins said...

@Moviesatrapid.com you did the first part correctly.. but made a little error on the second one..i had asked to put the last code above </body>
you placed it below it.Change this and you will get the TOC working..

your blog has many posts.. so you will have to add some more lines of code..This by default will show only the first 500 posts..

In this code there are three script lines right?
The second one script line specifies your blogger feed.. Inorder to display the next 500 posts.. you have to put that loine once again, with an additional parameter start-index=501
I have modded the new code in the post .. so take another look..

Mark Glenn said...

what do you think is wrong with mine?It does't appear aneesh!help. .

Blogger Plugins said...

@show me the TOC post page.. I couldn't find it from your big list.. ;)

Yodz said...

hi I tried this, but I'm getting this error message "The template could not be parsed as it not well formed..... The reference to entity "http:" must end with the ";" delimeter.
I'm really no into XML.

and in instruction Number 8 you mentioned 2 url. I found the first one, which is the other one?

Thanks, and more power. I love u.

Yodz said...

opps I forgot my TOC post page, here it is:

http://yodi967.blogspot.com/2004/05/table-of-contents.html

the actual error message is

"Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: The reference to entity "http:" must end with the ';' delimiter.

Blogger Plugins said...

i think you did the first part correctly..

and you shouldnt be getting an error on step 2..

did you get the error when you tried to place it above </body> ???

Yodz said...

hello, sorry for bugging you, but I finally solve the problem with the delimeter error. I saved my template but It's not appearing.
here's my TOC link

http://yodi967.blogspot.com/2004/05/table-of-contents.html

Thank you so much for sharing this. Hope you can help me out. i love you. more power!

Blogger Plugins said...

ok.. i think you have some problem in the bif condition.. because the the code within

<!--START OF TOC CODE 3-->
<!--END OF TOC CODE 3-->

doesnt appera in the toc page.. had you replaced my toc url??

krease said...

mine seems to just keep loading

http://playstationbloggeruk.blogspot.com/2009/07/list-of-posts.html

Blogger Plugins said...

@krease you changed the script url with the url of your blog..

http://bloggerplugins.org/me/blogtoc.js shouldn't be changed..Its the script that works behinf the TOC.. The loading thing will automatically disappear when this script is executed..

krease said...

thanks very much for your help

any ideas of how i can add a button next to my home button saying list of blogs?

Blogger Plugins said...

that button is an image.. SO you will have to design a similar button using photoshop or gimp..
<a ------><img src="http://img268.imageshack.us/img268/586/hm2.gif"/></a>

Some code similar to this is there in your template.. Add another piece of this code after modifying it with the url and the url of the image..

krease said...

ok thanks

i just noticed in my list every post appears twice is there something i need to change?

Blogger Plugins said...

sorry that was my mistake.. there is some spelling mistake in the code.. ;)

change iindex to index.. :)

krease said...

great thanks very much for all your help

your amazing :)

Yodz said...

I already placed the code in your instruction Number 8. I changed the URL
http://www.bloggerplugins.org/2005/06/table-of-contents.html

into my URL:
http://yodi967.blogspot.com/2004/05/table-of-contents.html

The instruction said there's 2 URLs, I don't know which is the other one.

It is appearing on my EDIT TEMPLATE HTML page when I checked inside blogger, but it's not showing up when I checked view page VIEW -> PAGE SOURCE

The page just keeps on loading blog TOC.

Thanks a lot. More power to you!
You're great.

Blogger Plugins said...

the other url is http://www.bloggerplugins.org/feeds/posts/********

there is 3 occurances of this url..

Yodz said...

Whooah!, I finally got it working.. a million thanks! I will definitely put your link in my blogs.
http://yodi967.blogspot.com/2004/05/table-of-contents.html

hmmm, but one more thing please,please please... I need tweaking in the LABELS column. it's a bit too wide.
[I guess I badly need enrolling a short course on HTML.]
Thanks. I LOVE YOU!

Blogger Plugins said...

use this as the last line in the top css that you added ie just below the </style>

to set width of the third colum.. add this line it is in %
.toc-entry-col3,.toc-header-col3{width:10%;}

to hide the 3rd column add this line

.toc-entry-col3,.toc-header-col3{display:none;}

above</style>

ok ;)

Yodz said...

Got it all nice and neat.
Thanks.
Mabuhay! (that's "Long Live!")
from the Republic of the Philippines.

Blogger Plugins said...

if you want you can change the background color using CSS

just add

background-color:#ffffff; to the #toc definition

where #ffffff is the desired background color in hex..

vinoth said...

thank you for showing a screenshot and a working demo..i will try to implement it..

suman sunkara said...

http://www.visadocumentation.com/2009/06/contents.html
it doesnt work for me please help aneesh
summybabu@gmail.com

al-basri said...

thank for information....

The Doc said...

you are awesome

irfanibnmuhammad said...

I tried and followed all the steps but i am not able to paste the last link in the final code. Where do you i paste 2 urls as you have instructed us to do in the code.

I could figure out the first but not the second one. Your help is appreciated

Blogger Plugins said...

you have to change http://www.bloggerplugins.org/2005/06/table-of-contents.html to your toc page's url

and you have to change http://www.bloggerplugins.org/feeds/posts/default with
http://yourblog.blogspot.com/feeds/posts/default (there are three of them in the code..)

i hope it is clear now..

The King Khan said...

hey man what happened no trick of urs is working on my blog

the above also is not working
plz check the url

http://vaseemansari.blogspot.com/2009/08/table-of-contents-of-vaseemansaris-blog.html

Blogger Plugins said...

@The King Khan as i said for the other one,
follow the tutorial completely..

i cant be sure but i think you diddn't replace
http://www.bloggerplugins.org/2005/06/table-of-contents.html

with
http://vaseemansari.blogspot.com/2009/08/table-of-contents-of-vaseemansaris-blog.html

you might also have missed out on some more.. fix this first.. and i will try to tell you where else you have gone wrong..

David Bergeron said...

Aneesh, nice:) I set it up here: http://www.poker006.com/2009/02/table-of-contents.html

Do you know how I can remove related posts, add in between posts from the table of contents post? And is it possible to split it up into more then 1 page because I have 330 posts and it takes long to load. And someone with 1000 posts will take forever...Anyway, you rock:)

Blogger Plugins said...

first of all its not my hack.. it was made by Hans of Beautiful Beta.. He is no longer blogging.. almost left over..

Yea it is possible to hide the Recent posts thing..you just need to add some more css
try adding .related_posts{display:none;} near the other display nones
to hide the div with id related_posts

and yea its possible to split it up into pages..
say 100 on the first,next 100 on the second..etc.
you will have to make some more toc pages like toc1,toc2 etc.. and do the same for all the pages..

those three lines which contain the feed url decides which ones are to be displayed on each page(something like (http://www.bloggerplugins.org/feeds/posts/)
if you are splitting it up, just use a single instance of that and use start-index and max-results attributes to tweak it around..

i hope you can figure that out..

the max-results that can be fetched at a time is 500, thats y i included 3 instances of that so that it can handle upto 1500 posts..

YOPOP said...

Very nice tutorial.. thanks, one question how did you put your ads in the center of the post.. i can only add before and after post.. thanks in advance

AboutBlogger said...

Thanks i need that table of content widget its nice working
cheers

amigodcristo said...

HI Anesh sorry ,my inglish isnt good, but i will try.. i have done all the steps on the tutorial,but my toc just keep loanding, dosent answer the toc, please help ,,im follow all the coments and i couldint not see why it wont work,many thanks heres the url,,http://amigodcristo.blogspot.com/2009/04/todo-conteudo.html ,,i want to say that is great widget i realy want to have this one..please !!!

Blogger Plugins said...

i think you are modifying it now.. everything is going good!!

but it is http://amigodcristo.blogspot.com/feeds/posts/
and not
http://amigodcristo.blogspot.com/posts/

amigodcristo said...

Aneesh ,,yuopp you are just amazim,,i cant describ you..just superr star,,hehehe many thanks,
,,and congratulation for you job thats you are doing here ,,well recomend cherrs

SBA said...

A table of contents is handy to have when searching for older posts to link to or refer to friends... I have a variation of this tutorial, also based on Hans' work. I like that my TOC is able to sort by clicking the header column. thanks for your version --- variety is the spice of life!

aR said...

Thanks, I will try it in my blog tomorrow.

aR
Bangla Hacks

Abu Farhan said...

You can try my script to make Table of contents, Auto catogorize by label in here The Best Table of Contents (TOC) or Sitemap for Blogger

aR said...

At last I have successfully add it in my blog. Thank you Aneesh. But why don't you write a another tutorial about split it up into more then 1 page.

हिमांशु । Himanshu said...

Excellent. I've also done it. It is strange because I am always terrified for changing or editing the HTML codes.

Thanks.

Whimsical said...

Great hack, awesome stuff! Thank you :-))

aR said...

Aneesh, I implement this in my xxxx.blogspot.com blog successfully. But now I failed to active it in my own domain. Don't know what's the problem. Would you please check my blog?

www.banglahacks.com (Sorry if you think it spamming)

aR said...

I have done. Don't need to publish my previous comment.

Thanks

GunGz - Ponseli said...

Very Great!! I have implement this Blogger Mod.
Much thanks to this blog webmaster!

For others who look for implementation demo, feel free to visit my blog.

Thank You.

Ravis Blog Net said...

I've more than 5 blogs(with subdomains). I want to have a all the posts in various blogs to appear in my main blog. Is there any way we can stream the posts or feeds to my main blog

Inner Voice said...

Its really cOOl i found it working for the very first attempt.


I am searching for a new Hack.How can we show latest posts from a particular Label like recent post widget but only from one label.I hope i m not the only one searching a thing like this:)
thanks

bye...

Blogger Plugins said...

@Inner Voice,
its already there.. you can get that by slightly editing the codes for any of my recent posts widget on this blog. You will have to edit the widget content with the blog's label feed url instead of the blogs feed url..

Mr.Awesome said...

not working...showing a alert box -"Just wait... TOC is loading"

check once :http://123tina.blogspot.com/2005/10/table-of-contents.html

Blogger Plugins said...

@Mr.Awesome ,
i see that its working perfectly now.. hope you fixed it :)

Unity Bond said...

It takes hours for it to load, what have ii done wrong? http://unitybond.blogspot.com/2001/01/contents.html

Blogger Plugins said...

@Unity Bond ,
you didn't do step 8 properly..

Unity Bond said...

Thanks a billion! It worked! Except that its annoying cause got Disqus comment form below which i have no idea how to exclude it from that post. But yeah! I'm glad i found this blog! Thanks again!

Joana Morais said...

I was able to implement it here joana-morais.blogspot.com/2006/09/table-of-contents.html, however I'm having a silly [newbie] problem, how do I change title class? If I replace h2 with h1 the tile will become huge, can we style the title at the css part? If so can you please teach me what to add? thank you.

Ubi Keledek said...

its fail for me,..see http://helpacademy.blogspot.com/2009/08/site-map.html

Bahadırhan said...

There is problem. http://www.gitarevi.net/2009/08/arsiv.html

Unknown said...

this is the url of mine
http://piczzmania.blogspot.com/2008_12_01_archive.html
i did try to do this. but the problem is contents are showing below the post. plz have a look and suggest what can i do thanks.

Janardhan Raju said...

Hi aneesh............

Not working for me........

www.123friendz.blogspot.com.This is my blog.......

So i removed ur code..........

FFL said...

http://blog.imobiliario.com.pt/2009/10/resumo.html

Aneesh

Hi. My page just shows "Loading the Blog TOC"
Can You help me? Thanks

--------------------------------------
Note: On Step 3 I didn't find the line of code:


So I place de code after the line
--------------------------------------

May be is wrong here, no?

Thanks in advance for your help.
GReat work You are doing here.
Regards,

Ms Hetal Patil said...

Hello,

I successfully placed above codes but found the widget placed below the posts area, kindly help........

Glenn said...

i just got this hack into my blog and cannot thank you enough. It worked like a charm (as long as I followed your directions to the letter). I will continue to turn to you for the bets tips and tricks this side of Google. Thank you again.

Glenn
Bigezbear

hdhieu said...

Hi, Could you please help. I have installed it, but I can't sort it by title, date or label. Could you please help. Thanks

My url: http://www.mhd-hdhieu.com/2009/02/table-of-contents.html

Moj svet said...

Hi!
This works great for me. Thank you very much!
Still, I'd like to do some modification: I'd like to rename/translate some things, since I don't use english on my blog.
Namely, I'd like to translate the following: "Blog Table Of Contents", "Displaying all 8 posts", "POST TITLE", "POST DATE", "LABELS". Any idea, how to do that?
Also, is it possible to modify the date format and font size?
Thanks again!
(My blog's TOC: http://moj-zdravi-svet.blogspot.com/2009/02/kazalo.html)

ASI said...

Hi,
I followed all the right steps, at least I think I did, and nothing seems to be showing up in my TOC Post. I was originally going to do this as a post and then switch it to my archive link at the top.
here are the links: thejuicebyasi.blogspot.com
and TOC: http://thejuicebyasi.blogspot.com/2010/03/contents.html

Blogger Plugins said...

@ASI - you haven't followed the steps properly. you have to change http://www.bloggerplugins.org/2005/06/table-of-contents.html to http://thejuicebyasi.blogspot.com/2010/03/contents.html in the codes.
Similarly you have to change http://www.bloggerplugins.org/feeds/posts/default with http://thejuicebyasi.blogspot.com/feeds/posts/default
If you had followed the steps, those codes should have been visible in your page's source. But it is not.

Indra jaya said...

Tanks my friends

Anonymous said...

Hi,

To install this widget using the new blogger **static pages**, is there anything different from the tutorial above?

Thanks a lot.

حسان بن عبد الرزاق said...

I repeat the Anonymous's question above.

Muqeet Soomro said...

Thanks It is working

http://arabiconlinecourse.blogspot.com/2010/02/arabic-online-course-table-of-content.html

komputer-corner said...

thanks for sharing

Greg said...

This works great on my blog, thank you!

Muqeet Soomro said...

I get the custom domain for my blog. Before my custom domain MY TOC working proper. But Now It can not working.I also change the TOC code .blogspot .com to .net PLZ help me

http://www.arabiconlinecourse.net/2010/02/arabic-online-course-table-of-content.html

Harri said...

Hi! I managed to get this thing to work. Only question is how to translate the word "Pages"? I changed the words for "Next" and "Previous", but couldn´t find that "Pages"-word anywhere.

Thanks in advance!

BR,
Harri
http://kotilahelaan.blogspot.com/

J said...

Mine is not working either. My TOC page is http://cash-crate-surveys.blogspot.com/2010/06/archives.html

Why is it just blank?

movie216 said...

Very nice tutorial,I've been looking for something like this. Here's my TOC page http://movie216.blogspot.com/2010/05/movie-archive.html. I changed it to Movie Archive...

Tnx,
Movie216
http://movie216.blogspot.com

Anonymous said...

great post, works good,
but i have a guestion,
can we edit or add something to sort by name (titles) "A to Z" i mean?

ristoni said...

dude, there ain't result
may be u need to make it clearer
tx

Nancy said...

Can this be put in a static page? What changes would I make?

Daniel Crowder said...

is it possible to change the text color? I got it all working, just the Title for the app is almost white with no contrast to the page.

here's my toc http://www.randombrainwork.net/2010/02/table-of-contents.html

Monica said...

I have same question as above, can we put it on a static page?

Blogger Plugins said...

@Nancy,Monica - yea you can put it on a static page. You need to replace the post url with the static page url.

Armetz said...

mine is not working.. i put the TOC link on the top of the page.... when i click on it.. nothing appear....
my toc http://muchikito.blogspot.com/p/table-of-content.html

Nestor Juchnewicz said...

Hi. I would like to know if there is a way to prevent some entries to appear in the TOC, hiding some specific label ???

Thanks for your help

georgina said...

Need a portable script to place it in a seperate page/post listing more than 3000 posts in my blogspot

Any chance you could help me please

all the best

NetBit said...

http://netbit.ubucentrum.net/p/spis-tresci2.html
why TOC is not inside post ?

Vishnu Das said...

thanks..it works...

but what should i do to view that in another page....?

PinoyAdmin said...

wow.. this is great.. i tried it the first time and it worked! thanks

Keith said...

hi! this is really great. i tried it using my test page. aside from creating TOC using an empty post, i was also able to create my TOC under my page list.
you may check it at

http://here-me-say.blogspot.com/p/table-of-contents.html

Adwait Sharma said...

i cannot find

on my blog.
http://techlounge4u.blogspot.com

Please help!

Adwait Sharma said...

b: widget id='Blog1' locked='true' title='Blog Posts' type='Blog'
(editted)

zul said...

It's Great,,,I put it on my blog and it's work,,thanks a lot
great job

Anonymous said...

please post correct table of contents the above one not displaying............

Admin said...

hi.. can i ask something?

ok.. thank..
i have idea.. errr... can i create new page.. Then can i view all post entry my followers?

are u have are code html/java?

Please help me..

dream man said...

thanks a lot great job i add it to my blog http://universaltreasure.blogspot.com/
but it did not work

Abhinav Singh said...

http://1gbgames.blogspot.com/2009/11/table-of-contents.html

nice one


but i want show 3000+ posts
please help

Jon and Jennifer Lawrence said...

Hi,
I tryed this and the "Table of Contents" page worked fine, but the post on the rest of my blog would not come in. They just showed up as very short empty boxes.
Please help.
Thanks!!

Binh Boong said...

Good widget! Thanks

A small misstake at step 7, loading image file (http://i38.tinypic.com/34ov7n4.gif) errored. -> It can be replaced by this file: http://i1111.photobucket.com/albums/h466/binhboong58/loading.gif

Muqeet Soomro said...

thanks I added your TOC Widgeton my second blog http://theamazeworld.blogspot.com/, it making some problem specially in seven step, when I create HTML gadget

jrx said...

step 7 problem with me....

Jrx said...

ok... thanks i have finis.. and it's work

thank once again

http://lucumenarikpaten.blogspot.com/2010/10/table-of-content.html

xiaolin said...

So what to do if my posts are more than 1000 post?

rdharma said...

The tips is awesome , but i got a problem in my blog .
The TOC is not shown inside the post body.
Please help me with a solution, here is the link
http://www.technophile8848.co.cc/2011/01/table-of-contents.html

小綿狼-AvSheep said...

Help me,what to do if my posts are more than 1000 post?

Nick said...

I've tried to install this but doesn't seem to work i've just got an empty TOC page, do you know why that might be?
http://www.greenisourgarden.com/2011/01/table-of-contents.html
thanks!

Krishnanand Kamath said...

bloggerplugins.org... love you... :) great and easy directions to be followed

MOSTWANTED said...

hi dear, i have used your code n it worked fine but why does it show only 1500 posts?? i have tried many widgets but none could make the complete index of my blogposts. there are around 5000 posts n i want to make a complete index. help me do that.
by the way, i have used your script in my backup blog here.
http://filmcrunch.blogspot.com/2009/02/table-of-content.html
please help me make the complete index, i have tried increasing feeds in your scripts from 1500 to 2000 n up to 5000. but nothing works.

The Brothers. said...

Got it working at the end. Thanks for the toc script. But what i do not get is that I got it working when I changed this url http://blogger-plugins.googlecode.com/files/blogtoc.js to the one you post in a comment at July 15, 2009 12:17 AM http://bloggerplugins.org/me/blogtoc.js. What is the difference?

Henrik said...

Hi Aneesh

I just implemented your code on my blog, about-goa-blog.net. Instead of putting the toc on a post page i put it as a static page, about-goa-blog/p/toc_26.html, it seems to work just fine. The only place where i had to do some changes was in the, , of my template, instead of showing this condition as true, it showed as 'false' in my template. I changed this to 'true', so that it would follow the sytax of your code. Do you think that could cause any problems? Also i put the toc page as sitemap in my webmaster tools, is that a good idea? Well, thanks for a good script, and i hope i will hear back from you if any of the above questions could cause me problems.

Admin said...

yes its working http://www.5abimusic.com/2010/01/table-of-contents.html

The Pardu said...

Aneesh....

I have had more success with your TOC than other versions. However, I have followed the instructions above as best i can and i fail to see on posts in my TOC. The TOC shows with that 'older post date' but no posts. That older post date also places the post at the far end of the viewable posts. I can probably figure how to deal with that date issue but no post showing (in the TOC)is baffling me.

http://theprogressivesinfluence.blogspot.com/

Help!!! and tks for all you do.

Jennifer Rice said...

Honestly, I am so computer challenged, that none of this really makes much sense to me.... do you have a video tutorial on how to do it? I don't even know how to find the "url" and the "head" within the url...????? Sometimes I think people expect only computer people to be the ones looking for info. What about us that don't have a clue what any of this is? Wahhh!

nifanoke.blogspot.com said...

Good article, thanks

Tsegyäl said...

I love the idea, had to try three times to not get any error messages, but now it still does not display???

http://ka278nx.blogspot.com/

Appreciate any help/suggestions.

Anamika said...

Now that was awesome! I applied it on my Blog and it came out well. I wish if the Header could be anything else instead of Table of Contents though.

Anonymous said...

Got this working for my other site! Changed the background to black, i had ran into the problem of having white font on white background, but how do i change those title backgrounds on top here

gengen said...

Thank you very much for this tutorial..See you.

Mr. Univesal Tiraf said...

Hey,
i want to show 1000+ post..

what to do ??

its just stuck with 870 post..

Anonymous said...

I LOVE this!! So thankful for sites like this!

Mr. Univesal Tiraf said...

i want to show 1500+ post what to do ??


pls reply..

Anonymous said...

Aneesh:

How do I remove the "Newer Post" and the "Home" gifs from displaying ABOVE the TOC?

Thanks for this great tutorial.

Anonymous said...

Can someone PLEASE explain to me on how to remove/hide the home gif from showing above the Table of Contents from a STATIC page?

Or move it to show below the TOC?

Thank you!

MarcoHD said...

Good article, it's work fine!

Sandipan said...

Thank You so much. It worked like a charm

My TOC: http://inkjam.blogspot.com/p/all-posts.html

Rahul said...

wow realie nice dude thankz a lot

IstanaDownload said...

I am very interested in the table of content trick. but could TOC sorted by the letters A through Z. and I have posted more than 1000, does this trick can be used? thanks.

Amit said...

Good Widget...can this be used to list the posts of a aprticular label???

zee said...

Well I am also waiting for a subdivision as to how to configure pages shorter table of contents say 100 Per page. In stead of having 500.

However The Codes provided are just working fine at my blog:

http://handsetbusiness.blogspot.com/p/index.html

-----------------------------------------------------------
For those having issues kindly follow step by step guide and its just fine:

1. Create a Static Page
2. Copy and Paste code mentioned in step1. click HTML Editor in That Page and then paste that code
3. Dont Mosify HTML code in design
4. simply goto blogger template designer
5. click at ""advance"" option on left side and scroll to Add CSS
6.copy and paste the code mentioned in 2nd step

You are done... It will be working...

Manager said...

Hi, great job!!!
I have a question:
"can I select which posts show and which don´t? or It just show all posts?

Christian Esperar said...

Thanks! I used your widgets on my blog archives :D

heavenz.com said...

Thanks.I was searching for this for quite some time

Noname said...

Hi,

I used this but somehow it didn't work. Nothing Showed at all..

tkuraimaru said...

Uhm, I can't see the ]]>b:skin> in my CSS even though I searched it va Ctrl + F.

Blogger Plugins said...

@tkuraimaru - now you don't have to add the CSS manually to the template. You can add that in Template Designer, and Blogger will handle the rest. This is actually an old post. I have updated the post with simpler steps :)

TROPICAL WOOD said...

Thank you guys!
your widget is great!

Maphista said...

thank you so much i was searching for this.

it works perfect but i want to ask you a question. is there a way to add small pictures next to labels in column 3 in every row?

I will appreciate if you answer.
Thank You so much!!!1

adf.ly tips and tricks said...

i want to add table of contents to my blog but i also want some description of my posts there..is it possible?

Anonymous said...

is it possible to add number with it? somthing like this...


http://1.bp.blogspot.com/-hK5fsPdYGoQ/ThFibVTxdrI/AAAAAAAAAaU/0Klkz9Z44rc/s640/%2528TOC%2529+table+of+contents.jpg


plz check the image

WokkingMum said...

Is it possible to list it in alphabetical order and without the post dates and labels?

Thank you.

Post a Comment