Friday 29 June 2012

List Post Title under Labels for blogger

Default blogger labels show posts under specific labels,when we clicks on particular Labels.But if you run a recipe blog or such products blogs, showing long posts would make slow loading for your blog and your user couldn't find the best choice.
So how about listing Post title only under labels ? This would make you categorization more better and user can easily find out the best post from your long posts.
  1. In Old Blogger Interface, Login to Blogger Account
  2. Go to Design and Click on 'Edit Html' on navigation Bar.
  3. Now save the template code into your HDD (Optional) , and Expand Widget Code.
  4. Now Search for Below code .
  5. < b:include data='post' name='post'/>
     
  6. Now Replace the above code with below code.
  7. < b:if cond='data:blog.homepageUrl!= data:blog.url'> < b:if cond='data:blog.pageType != "item"'> < h3 class='post-title'><a expr:href='data:post.url'><data:post.title/></a></h3> < b:else/> < b:include data='post' name='post'/> < /b:if> < b:else/> < b:include data='post' name='post'/> < /b:if>
  8. Save the Template Changes and Refresh your Blog.

No comments:

Post a Comment