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.
- In Old Blogger Interface, Login to Blogger Account
- Go to Design and Click on 'Edit Html' on navigation Bar.
- Now save the template code into your HDD (Optional) , and Expand Widget Code.
- Now Search for Below code .
- Now Replace the above code with below code.
- Save the Template Changes and Refresh your Blog.
< b:include data='post' name='post'/>
< 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>
No comments:
Post a Comment