Some time people just want to read for what they searched and they have no interest in extra information on web page like author name,time, date bla bla... So bloggers want to hide author name, time and date from their blogger to make the blog user friendly and clean. I am actually not sure that why people want to hide author name, time and date from there blogger but as people want to know that how we can do that so i am sharing this trick after searching the way to hide author name, time and date from blogger.
  I will show you two ways to hide/remove post author,time and date from your blog:
  1. Using Layout of Your Blog
  2. Using HTML
So we are going to start with layout technique because it is easy and in just a seconds you will be able to hide/remove post author, time and date from blogger posts.

Hide/Remove Post Author,Time and Date Using Layout

  Its my personal thinking that we should not hide dates from blogger posts. If you hide author name and time from you blog then its ok but date should be shown on your blog but its all up to you.
  Go to the blogger dashboard and then layout. In layout watch for Blogger Posts  gadget and click on edit.

 Hide/Remove Post Author,Time and Date in Blogger Posts

   So after clicking on the Edit a new popup window will open. And from Post Page Options there you have to uncheck the Post Author, Time and Date Options and the will be hide or removed from your blogger. See the options in the picture below 

Hide/Remove Post Author,Time and Date in Blogger Posts

   After un-checking it will become

Hide/Remove Post Author,Time and Date in Blogger Posts

   So you have done and you have hide post author, time and date in your blogger posts... If this method does't work for you then don't worry dear i am going to tell you another legit way.

Hide/Remove Post Author,Time and Date Using HTML

   Don't worry by hearing the name of HTML its simple trick and you will done. Go to template and then click on Edit HTML. So after clicking you will reach to HTML page of your blog.

Hide Post Date of Your Blog

   To hide post date from your blog. Just fine the HTML code given below and delete it.
<data:post.dateHeader/>
 So after you have done. Author name from your blog will be removed.

Hide Post Time Of Your Blog

  Now in the same way above you have to find HTML code given below to remove/hide Post Time Of Your Blog

<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>


Hide Post Author From Your Blog

  So now its time to Remove/Hide Author Name From Your Blog. So like above method you have to do same.
<span class='post-author vcard'>
<b:if cond='data:top.showAuthor'>
<data:top.authorLabel/>
<span class='fn'><data:post.author/></span>
</b:if>
</span>

  If this trick works for you then comment to give your feedback. Keep Visiting for more tricks !

Post a Comment

 
Top