In this post I am going to show you how can we make list of only post titles when we click on the labels in blogger blog. It's a great trick that can facilitates you visitors to easily navigate your site and the posts. The visitors can easily find out their desired blog and can also navigate to another one. Visitors will be glued on your blog for long time. So it will ultimately increase your traffic.
Now the question is why you will use it in respect to your blog. If you have huge amount of posts which are grouped in one label then when visitor click on this label what he will see in your blog? Can you imagine? A long tail of blogs which will take much time to load. So why the visitor will wait to load the blog posts? So it can be easily said that this tricks will be very helpful to make the post titles into list and represent your blog to your visitors conveniently.
Steps:
- Go to Dashboard and click on Template menu.
- Then Click on Edit HTML.
- Tick on 'Expand Widget Templates'
- Use search option by Ctrl+F
<b:include data='post'
name='post'/>
5. Now replace the above code with the below one.
<!--List up post titles From:www.technocarebd.blogspot.com-->
<b:if cond='data:blog.homepageUrl
!=data:blog.url'><b:if cond='data:blog.pageType !=
"item"'><a
expr:href='data:post.url'><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>
<!--List up post titles end-->
Now Save the template and check the changes.
Note: It should be noted that by using this trick you changed how you posts will look like and if you have blog achieve it will look also like it. If you have search engine, the search results will also look like it.
+ comments + 7 comments
Its a great pleasure reading your post.Its full of information I am looking for..
This does not seem to work for me. I can't seem to find the line in the html :|
Good info Techno
Thank you very much for sharing this. Questions, please, how to get rid of the dott in front of each heading? also, how to tighten up the space between each heading.
Hi again,
is it possible to return the list in alphabetical order?
thanks.
Thanks for sharing useful topic.
Website Developer in Bangalore
Thank you very much for sharing this. Questions, please, how to get rid of the dott in front of each heading? also, how to tighten up the space between each heading.
Post a Comment