1. Template => Backup template in case of any failure.
2. Template => Edit HTML
3. Find below line:
1 | < b:include data = 'post' name = 'post' /> |
1 2 3 4 5 6 7 8 9 10 | <!--Label and archive page title only hack--> < b:if cond = 'data:blog.searchLabel' > < h3 class = 'title-only' >< a expr:href = 'data:post.url' >< data:post.title /></ a ></ h3 > < b:else /> < b:if cond = 'data:blog.pageType == "archive"' > < h3 class = 'title-only' >< a expr:href = 'data:post.url' >< data:post.title /></ a ></ h3 > < b:else /> < b:include data = 'post' name = 'post' /> </ b:if > </ b:if > |
6. Now it looks like:
No comments:
Post a Comment