SHOW DATE ON ALL BLOG POSTS.

 On Minggu, 15 April 2012  

As a blogger,you will notice that whenever you publish two or more posts on thesame day,the date doesn't show on both posts.
Blogger has programmed it that only the newest post will carry the date,while other posts only have Time.

With this little hack,you can display the Post's date on as many posts as possible.

TO DO THIS...

Go to Design>>Edit HTML.Backup your template in case something goes wrong.
Check the box next to

Expand Widget. and look for the following codes~
<b:if cond='data:post.dateHeader'><br /><br /><h2 class='date-header'><data:post.dateHeader/></h2></b:if>
On getting that,Replace it with~
<b:if cond='data:post.dateHeader'><br /><br /><script>var ultimaFecha =&#39;<data:post.dateHeader/>&#39;;</script><br /><br /><h2 lass='date-header'><data:post.dateHeader/></h2><b:else/><br /><br /><h2 class='date-header'><script>document.write(ultimaFecha);</script><br /><br /></h2></b:if>
Save your template,and view your blog.
THAT'S ALL!!!
SHOW DATE ON ALL BLOG POSTS. 4.5 5 Unknown Minggu, 15 April 2012 As a blogger,you will notice that whenever you publish two or more posts on thesame day,the date doesn't show on both posts. Blogger has...


Tidak ada komentar:

Posting Komentar