How To Show Post Title after post date in Blogger?
Simple steps to give your home page a beautiful look with giving post title with date on homepage.just follow these steps
1. login to your blogger dashboard
2. download your blogger template in theme menu
3. click edit html
<b:include data='post' name='post'/>.
replate it with following code
<!-- start www.resultguide.in -->
<b:if cond='data:blog.pageType != "item"'>
<b:if cond='data:blog.searchLabel == ""'>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<data:post.timestamp/>
<h3 class='post-title'><a expr:href='data:post.url'><data:post.title/></a></h3>
<hr/>
<b:else/>
<b:if cond='data:blog.pageType == "archive"'>
<b:include data='post' name='post'/>
<b:else/>
<b:if cond='data:blog.pageType == "static_page"'>
<b:include data='post' name='post'/>
<b:else/>
<data:post.timestamp/>
<h3 class='post-title'><a expr:href='data:post.url'><data:post.title/></a></h3>
<hr/>
</b:if>
</b:if>
</b:if>
<b:else/>
<b:include data='post' name='post'/>
</b:if>
<b:else/>
<b:include data='post' name='post'/>
</b:if>
<!-- end www.resultguide.in -->
enjoy with new look of your blogger home page
if you not see full date you should go to your blogger account and change timestamp settting as you want.
No comments:
Write comments