Showing title only at blogspot
In this blogger tutorial you will learn how to modify your own template. ‘Blogger label hacks: Click labels and the result will shown the title only‘
If you have many articles and categorized using labels, this is a good trick to use. Because when you click on your blog labels link, the result will comes like a magazine.
How to show the title only in blogger if someone is clicking on the labels?
Find this code below:
<b:include data=’post’ name=’post’/>
data:blog.url’>
<b:if cond=’data:blog.pageType != “item”‘>
<a expr:href=’data:post.url’>
<data:post.title/></a><hr/>
<b:else/>
<b:include data=’post’ name=’post’/>
</b:if>
<b:else/>
<b:include data=’post’ name=’post’/>
</b:if>
Cool Notes:
If you wanna add some images button besides the title, replace with:
<b:if cond=’data:blog.homepageUrl != data:blog.url’>
<b:if cond=’data:blog.pageType != “item”‘>
<div style=’width: 90%;border-bottom:1px solid #9F9F9F;padding:3px;margin-left:25px;’>
<img src=’http://i120.photobucket.com/albums/o190/jaloewig/catalog-tut/bullet-hol3.gif’/>
<a expr:href=’data:post.url’>
<data:post.title/></a><br/></div>
<b:else/> <b:include data=’post’ name=’post’/> </b:if>
<b:else/> <b:include data=’post’ name=’post’/>
</b:if>
Blogger labels hack, labels trick in blogspot, labels blogger tricks, blogspot labels.
0 comments: to “ Showing title only at blogspot ”
Post a Comment