This is one of the most important hacks for bloggers as most readers have habits of searching post through archieve and if readers click archieve it take long time to open ,this hack will simply make archieve fast by showing only headers of blog posts,for implementing this hack you have to follow below steps
1. To do this, Login into your blogger account. Usually you will bring to Dashboard after login.
2. Choose your blog and click “Layout”
3. Click “Edit Html” subtab on the “Template” tab
4.Tick Mark Expand widget Templates as seen in image Below
5.Now Search For Below code (if its hard to find that code then just press Ctrl+F and paste the code in find tab and hit enter this will redirect you to that code in template)
<b:include data='post' name='post'/>
6.Remove Or Replace Above Code With Below Code.
<b:if cond='data:blog.homepageUrl !=
data:blog.url'>
<b:if cond='data:blog.pageType != "item"'>
<a expr:href='data:post.url'>
<li></li><data:post.title/></a><br/><br/>
<b:else/>
<b:include data='post' name='post'/>
</b:if>
<b:else/>
<b:include data='post' name='post'/>
</b:if>
7.After completing all the above 6 steps carefully you can implement this hack sucessfully.if you are facing any problem fell free to drop a comment on this post ,or read this post once more .
- Blogger Hacks-Wrap adsense text ads on left and right side or in between blog post of blogger.com
- Blogger Hacks -How To Add Digg Buttom To Blog Post
- Remove Post (Atom) Link From Blogger
- How to Put Related blog to your Post in Blogger.com
- Blogger Hacks-Delete ‘nofollow’ Attribute from Blogger.com to increase Page Rank
6 Responses to “Blogger Archive Hacks -Show Blog Post Headers In Archive”
Please Wait



thanks dude this is gorgeous
Hello, I made the changes you suggested and now my posts have vanished. The titles are archived, but the blog is blank.
I just managed to restore the blog by clicking “Revert widget templates to default.” If anyone else has this problem try this solution.
Yes , You can convert to classic again by moving to Customize Tab ,Click On Upgrade Your Template and you are done with that.All yours post will be back again.
It gives an: “We’re sorry, but we were unable to complete your request.” …
why?
I’ve tried your hack but it doesn’t work. I can’t find the code. I get a text not found error.