Home > Tutorial > Show Date for Each Blogger Post
Show Date for Each Blogger Post
Posted on Wednesday, December 1, 2010 by android apps market for tablests
I tried to figure this one out a long time ago but I had no luck back then. Today I've found a way. When you publish more than a post for a given day, only the most recent post (last post) will have it's date shown. Moreover, certain templates (like Awesome Inc) make it worse by grouping all these posts together as though they are all one single post. Although it makes sense to group posts published on the same day under a single category, lot's of users prefer to have the date shown on each post separately.
UPDATE:
I've improvised this tutorial by adding some Javascript. The timestamp does not have to be sacrificed anymore. Check out the new improvised tutorial below:
Step 1:
Go to Dashboard - Settings - Formatting - Timestamp Format - Choose a format that has a date on it.
Note: In this tutorial, you will be using your Timestamp as your Date Header. If you choose a time instead of a date as your Timestamp Format, you will be seeing time of post on top of each post, instead of its date. So choose a format that has a date in it.
Go to Dashboard - Settings - Formatting - Timestamp Format - Choose a format that has a date on it.
Note: In this tutorial, you will be using your Timestamp as your Date Header. If you choose a time instead of a date as your Timestamp Format, you will be seeing time of post on top of each post, instead of its date. So choose a format that has a date in it.
Step 2:
Go to Dashboard - Design - Edit HTML - Back Up (Download Full Template) - Check the box next to 'Expand Widget Templates' - Find and delete the following lines:
The code in place (starting portion):
The code in place (ending portion):
Go to Dashboard - Design - Edit HTML - Back Up (Download Full Template) - Check the box next to 'Expand Widget Templates' - Find and delete the following lines:
<!-- posts -->
<div class='blog-posts hfeed'>
<b:include data='top' name='status-message'/>
<data:defaultAdStart/>
<b:loop values='data:posts' var='post'>
<b:if cond='data:post.isDateStart'>
<b:if cond='data:post.isFirstPost == "false"'>
</div></div>
</b:if>
</b:if>
<b:if cond='data:post.isDateStart'>
<div class="date-outer">
</b:if>
<b:if cond='data:post.dateHeader'>
<h2 class='date-header'><span><data:post.dateHeader/></span></h2>
</b:if>
<b:if cond='data:post.isDateStart'>
<div class="date-posts">
</b:if>
<div class='post-outer'>
<b:include data='post' name='post'/>
<b:if cond='data:blog.pageType == "static_page"'>
<b:include data='post' name='comments'/>
</b:if>
<b:if cond='data:blog.pageType == "item"'>
<b:include data='post' name='comments'/>
</b:if>
</div>
<b:if cond='data:post.includeAd'>
<b:if cond='data:post.isFirstPost'>
<data:defaultAdEnd/>
<b:else/>
<data:adEnd/>
</b:if>
<div class='inline-ad'>
<data:adCode/>
</div>
<data:adStart/>
</b:if>
<b:if cond='data:post.trackLatency'>
<data:post.latencyJs/>
</b:if>
</b:loop>
<b:if cond='data:numPosts != 0'>
</div></div>
</b:if>
<data:adEnd/>
</div>
The code in place (starting portion):
The code in place (ending portion):
Step 3:
Copy and paste the following lines in place of the deleted lines in Step 2:
The modified code in place:
Save Template and you're done!
Copy and paste the following lines in place of the deleted lines in Step 2:
<!-- posts -->
<div class='blog-posts hfeed'>
<b:include data='top' name='status-message'/>
<data:defaultAdStart/>
<b:loop values='data:posts' var='post'>
<div class="date-outer">
<h2 class='date-header'><span><data:post.timestamp/></span></h2>
<div class="date-posts">
<div class='post-outer'>
<b:include data='post' name='post'/>
<b:if cond='data:blog.pageType == "static_page"'>
<b:include data='post' name='comments'/>
</b:if>
<b:if cond='data:blog.pageType == "item"'>
<b:include data='post' name='comments'/>
</b:if>
</div>
<b:if cond='data:post.includeAd'>
<b:if cond='data:post.isFirstPost'>
<data:defaultAdEnd/>
<b:else/>
<data:adEnd/>
</b:if>
<div class='inline-ad'>
<data:adCode/>
</div>
<data:adStart/>
</b:if>
<b:if cond='data:post.trackLatency'>
<data:post.latencyJs/>
</b:if>
</div>
</div>
</b:loop>
<data:adEnd/>
</div>
The modified code in place:
Save Template and you're done!
Optional Step:
As you can see, instead of a timestamp, you will be seeing your date at the bottom of your posts:
As this is already shown on your post header, you might want to turn it off. You can do this by going to Dashboard - Design - Page Elements - Blog Posts - Edit - Uncheck the third box from top - Save.
Have Fun!!
As you can see, instead of a timestamp, you will be seeing your date at the bottom of your posts:
As this is already shown on your post header, you might want to turn it off. You can do this by going to Dashboard - Design - Page Elements - Blog Posts - Edit - Uncheck the third box from top - Save.
Have Fun!!
Category Article Tutorial
Powered by Blogger.
Blog Archive
-
▼
2010
(1682)
-
▼
December
(306)
- Print Pictures from Web Pages
- How to speed up your slow internet connection?
- How to Customize Your Browser Toolbar?
- How to display the hidden settings of LG handsets?
- How to display the hidden settings of Nokia mobiles?
- How to display the hidden settings of Samsung mobi...
- How to use Bluetooth technology to connect laptop ...
- Cara Hack Game Ninja Saga
- Cara Daftar Gamescool Point Blank PB Indonesia Online
- Cheat Point Blank PB 01012011Neutron Update Terbar...
- Cheat Point Blank 1 Januari 2011 Scarletze.V.1
- Happy New Year To All iphoneland.de.lv Readers !
- iPhone Apps May be Spying on You [Warning]
- Cheat Point Blank 01012011 5Nutzer A.1.2 1 Januari...
- Cheat Point Blank 01012011 NEW aJiE Underground 2 ...
- Cheat Point Blank 31122010 PigyBinz TimNas Garuda ...
- Cheat Point Blank SNUTZTRILOGY
- Cheat Point Blank Neutron V.1 Fix
- Cheat Point Blank 27122010 Viper + Hide + headgear...
- Redsn0w 0.9.7b4 to Untethered Jailbreak Without th...
- myTouch Slide and myTouch 4G Store
- This iPod nano 6th-Gen Hack Can Lead To A Possible...
- How To Remove Apps and Add Spaces To iPod Nano 6G ...
- iPod nano 6G DFU Mode Discovered ! Possibilities O...
- Rubyra1n Jailbreak ?
- iPad 2 with Wi-Fi, UMTS and CDMA Models
- iPad not charging when connected to computer
- How to change iTunes credit card info on iPad
- Utilising Unused Space in Blogger Header
- Redsn0w 0.9.7b4 will Include USBMuxd and Beta 5 wi...
- 1 Million Apple TVs Sold in Three Months
- The Monster at the End of This Book for iPad
- iPad backup session failed
- iPad 2 will feature a dual-core processor
- iFixit - Repair Manual app for iPad
- How to disable iPad's Picture Frame
- BackBoard Makes Switching Between Themes A Breeze!
- Download i-Funbox V1.1.407.389
- The 10 Best Jailbreak Apps of 2010
- Recovery Mode Helper Tool RecBoot 2.0 Now Availabl...
- Download Icon Renamer 1.0 [Video]
- Redsn0w 0.9.7b3 is Out ! Fixes TaskSwitcher and Ap...
- Sn0wbreeze 2.2 to Offer Baseband Preservation Mode
- Bluetooth, Music and iTunes Stuck After Jailbreaki...
- Blogger New Year Banner
- [Update]HOW TO: Jailbreak iOS 4.2.1 Untethered wit...
- Download Redsn0w 0.9.7b1 to Untether iOS 4.2.1 Jai...
- Merry Christmas
- What Happens When You Steal a Hacker's Computer [V...
- Happy Holidays from the Hotpot Team
- Awesome Note for iPad (+Todo)
- iPad Sleep/Wake button not working
- Pictureka! for iPad
- Avast!.Antivirus.5.0.584.Pre-Release FREE DOWNLOAD
- Download BitDefender Total Security 2011
- Download Bitdefender Internet Security 2011
- Review Kaspersky Internet Security 2011
- iPhone App Piracy Tool IPA God is Now Open Source[...
- Last-Minute Shopping in Portland, Powered by Hotpot
- Redsn0w Untethered Jailbreak (Backup Plan) for iOS...
- The untethered jailbreak firmware 4.2.1 developed ...
- Everything About Apple's 2010 Year in a Video !
- The lights of a Christmas tree controlled by an iP...
- Merged Places Pages to Unmerge "Facebook Allows It...
- Angry Birds is updated "the Mighty Eagle finally" ...
- Earphone jack problems with iPad
- Backup session cannot be started with iPad
- AirPlay no sound from iPad to Airport Express
- �Pull To Refresh Safari� Makes it Fresh to Reload ...
- Highlight Blogger Author Comments
- Dashing through the snow... with NORAD and Google
- Dashing through the snow... with NORAD and Google
- Apple's Remote App Supports AirPlay
- AirPlay icon missing on iPad How to Fix
- AirPrint not working on my iPad
- Camera+ Gets Back 4 Free Here with a Major Update !
- Comex Untethered Jailbreak is Not Ready for Christ...
- SHAtter Bootrom Jailbreak Exploit Has Been Leaked
- CopyTrans TuneSwift Simplifies iTunes Migration !
- Skyfire for iPad Hits the App Store
- Play Flash video on iPad with Skyfire Web Browser
- Christmas Gifts for iPad Lovers
- iPad no message selected when saved mail
- Info Complete Specification "Motorola Citrus WX445...
- Got Android? Start Rating Even Faster!
- Android In Spaaaace!
- Android In Spaaaace!
- �SB 2 Cloud� Jailbreak Tweak cracked and Free at C...
- Apple iPhoto 9.1.1 [Download]
- How to rename calendars on iPad
- info Specification and View "HTC 7 Pro CDMA" New ...
- WeBe++ Transforms your iPhone into a Bluetooth Key...
- Meet Your (Hotpot) Neighbors: James and Sara Ebenger
- How An iPhone App Can See Your Location Without As...
- Downgrade 6.15.00 Baseband Task Will Start After R...
- Apple Pulled WikiLeaks App Out the App Store[We st...
- Untethered Jailbreak 4.2.1 with Redn0w will not On...
- Info Specification GSM Candybar Phone "Samsung C35...
- 360 Web Browser: A powerful browser with advanced ...
- Navigon's MobileNavigator Updates with iPad Support
-
▼
December
(306)





