You might have noticed that I have a content link on my home page.
After clicking it you will see the all the links in a single page just like the table of contents in a magazine or books.
This options in your page makes your site more user friendly.To make this you need to customize your site’s HTML code a bit.. Don’t worry the method is very simple.
1. Go to “Edit HTML” section

2. Look for the following code:
<b:include data='post' name='post'/>
3. And replaced the above code with:
<b:if cond='data:blog.homepageUrl !=
data:blog.url'>
<b:if cond='data:blog.pageType != "item"'>
<a expr:href='data:post.url'>
<div style="padding:6px 0 6px 5px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;margin-bottom:2px;background:#EAE9E9;color:#406A0E;">
<data:post.title/></div></a>
<b:else/>
<b:include data='post' name='post'/>
</b:if>
<b:else/>
<b:include data='post' name='post'/>
</b:if>
Click the “Save Template” button
4. On the “Page element” options click “Add a Gadget”

5. Select “link list”
6. Now the final part…
http://yoursiteaddress.blogspot.com/search?max-results=200
or http://yoursiteaddress.com/search?max-results=200 (if you registered a domain for your blogger site)
On the "new site name" type CONTENT
Click save... Tada !




