Thursday, 9 March 2017

SHOW POST TITLE ONLY ON HOMEPAGE IN BLOGSPOT

Simple steps to give your home page a beautiful look with giving post title with date on homepage.
just follow these steps


SHOW POST TITLE ONLY ON HOMEPAGE IN  BLOGSPOT

1. login to your blogger dashboard
2. download your blogger template in theme menu
3. click edit html



4. use ctrl + F to find


 <b:include data='post' name='post'/>.


replate it with following code





<!-- start www.resultguide.in -->

<b:if cond='data:blog.pageType != &quot;item&quot;'>
<b:if cond='data:blog.searchLabel == &quot;&quot;'>
<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 == &quot;archive&quot;'>
<b:include data='post' name='post'/>
<b:else/>
<b:if cond='data:blog.pageType == &quot;static_page&quot;'>
<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