Displaying date posting on the same day at Blogger

Share

By default blogspot can not display date posting on the same day. And this sometimes interfere with consistency in a layout. For that to appear date post on the same day, we must add/replaced with a new script. I got this script on this blog (catalog-tutorial.blogspot.com).

to make this segment are very easy, you enough follow the following technique or way.

First: You log in to your blog, and dont forget for back up your template before, it is for guard your lose template.
second: Check the expand widget at EDIT HTML at your blog
Third: Seek for the HTML below

<b:if cond='data:post.dateHeader'>
<h2 class='date-header'><data:post.dateHeader/></h2>
</b:if>


Fourth: Change the HTMl with this one The following)

<b:if cond='data:post.dateHeader'>
<script>var ultimaFecha = &#39;<data:post.dateHeader/>&#39;;</script>
<h2 class='date-header'><data:post.dateHeader/></h2>
<b:else/>
<h2 class='date-header'>
<script>document.write(ultimaFecha);</script>
</h2>
</b:if>

Fifth Enjoy blogging :D

want to see the POsting before about promote your blog Promote blog using facebook

Share

Related Post

Copyright 2011 Looking News - Template by Kautau Dot Com