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.

  1. Go to Blogger.com
  2. Go to Design or Template>Edit HTML
  3. Tick On Expand Widget
  4. Find this Line
    <b:include data='post' name='post'/>
  5. 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 –>
    
  6. Check it out.This is a result of on test page.
    Showing Only post Titles on label and Archieve page.
  7. Click on Save Template.

Styling the Code.

  1. 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> 
    1. You can replace ul to ol for making numbered list
  2. 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.

Admin of Blogger Rounder
Shirshak is the Administrator of the Blogger Rounder who thinks he will die next to Blogger. He is Completely devoted to Blogger and thinks Web Designing will makes is career.You contact using contact form from navigation tab to him.You can find him in Twitter.

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

Newer page Older Pager Home Pager

Pls share this page

Get this
Copyright © 2012 Blogger Rounder .Designed by Shirshak.
back to top