One of my Loyal subscriber asked me is there any way to show only post titles in Archive or Label page.I said Yes.We can add this by editing some codes in Blogger Template HTMl.He said me he is facing problem of Growing contents.They are taking long time to load.Hence the tutorials deals with making post tiles to show in label and an archive page.He also said my is there any affect on home page.The answer is no.It only influence the label and an achieve page.
- Go to Blogger.com
- Go to Design or Template>Edit HTML
- Tick On Expand Widget
- Find this Line
<b:include data='post' name='post'/>
- Replace that code with this.
<!--Label and archive page title only hack--> <!-- Bloggerrounder.blogspot.com --> <b:if cond='data:blog.searchLabel'> <h3 class='br-laatitle'><a expr:href='data:post.url'><data:post.title/></a></h3> <b:else/> <b:if cond='data:blog.pageType == "archive"'> <h3 class='br-laatitle'><a expr:href='data:post.url'><data:post.title/></a></h3> <b:else/> <b:include data='post' name='post'/> </b:if> </b:if> <!-- Bloggerrounder.blogspot.com –>
- Check it out.This is a result of on test page.
- Click on Save Template.
Styling the Code.
- If you want to make that as a list then replace line 4 and 7 with this
<h3 class='br-laatitle'><ul><li><a expr:href='data:post.url'><data:post.title/></a></li></ul></h3>
- You can replace ul to ol for making numbered list
- You can Style using you own CSS by adding below code just above ]]></b:skin>
.br-laatitle { /* Styling Codes Here*/ }
If you have any Problem then you can Comment Us.
Subscribe for free
Thanks for visiting Blogger Rounder.We can subscribe to Blogger Rounder's by RSS feed or email updates.
0 comments on "Showing Only Post titles in label and Archive Page of Blogger.":
Post a Comment
We Love To Hear Comments from You.Comments are Welcome.You can comment here regarding this Post.If it is not related with the post you can ask a question by Contacting Us.Before Comment Please Subscribe To our RSS or email updates.Publishing Spam Comment is Not allowed.If you want to Add Code then Please Encode it.
Simple Tags like <a> ,<strong>,<b>,<em> and <i> are allowed for preventing spam