adf.ly - shorten links and earn money!

How To Remove or Hide Time, Post Date or Author in Blogger

Some blogger don't want to show their Post date, time and author, maybe they want to make their blog look smooth and clear. So, if you want to do so, this is tips to "Hide Your Time, Post Date or Author". This method is very simple. Just find a code in Edit HTML and delete it. You can choose which part do you want to remove/hide. 

Let's start :
1. Go to your Dashboard >> Design >> Edit HTML >> Expand Widget Template.

2. Don't forget to backup your template before making any changes.

Remove/Hide Post Time :
- Find this code below or exact and delete it.
<span class='post-timestamp'>
<b:if cond='data:top.showTimestamp'>
<data:top.timestampLabel/>
<b:if cond='data:post.url'>
<a class='timestamp-link' expr:href='data:post.url' rel='bookmark'
title='permanent link'><abbr class='published'
expr:title='data:post.timestampISO8601'><data:post.timestamp/></abbr></a>
</b:if>
</b:if>
</span>

Remove/Hide Post Date :

- Find this code below and delete it.
<data:post.dateHeader/>

Remove/Hide Post Author :

- Find this code below or exact and delete it.
<span class='post-author vcard'>
<b:if cond='data:top.showAuthor'>
<data:top.authorLabel/>
<span class='fn'><data:post.author/></span>
</b:if>
</span>

3. To make sure it is all correct, click preview. If it's look okay, save your template and you're DONE!

Hope this tutorial help you. Recommend it to your friends! :D

0 comments:

Post a Comment

Drop your comment. Ask or suggestion.

Join us on Faceboook Page too.