1.Log in to your dashboard--> layout- -> Edit HTML
2.Click on "Expand Widget Template"
How To Hide Post Date
Scroll down to where you see this:-
<data:post.dateHeader/>
Now delete this code.
Save Template and preview your site.
How To Hide Post Time
Scroll down to where you see this:-
<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>
Now delete this code.
Save Template and preview your site.
How To Hide Post Author
Scroll down to where you see this:-
<span class='post-author vcard'>
<b:if cond='data:top.showAuthor'>
<data:top.authorLabel/>
<span class='fn'><data:post.author/></span>
</b:if>
</span>
Now delete this code.
Save Template and preview your site.
Thank you SO MUCH! I was getting so frustrated with all the tips that weren't working. I really appreciate you posting this. Another tip gave the same instruction but failed to mention to Expand Widget Templates. BIG step!!! 🙂 Thanks again!
Thank for your info... I very need that... another info was make me so frustated... Thank You
thanks very much, it works well
THanx.......
I have an easier way of doing this with no need to delete anything, simply by using CSS.
Look for the Header section in the CSS part of your template. It looks like this:
/* Header
----------------------------------------------- */
Now under this CSS section for your Header, put this piece of code (preferably at the bottom):
.date-header {visibility: hidden;}
And there you go 😀
Thanks. This really works.
Amazing; thanks for you great jobs !
Go to Layout -> Click 'Edit' in the bottom of Blog Posts and Uncheck the option "Posted by"
Very Simple. Do not try to edit html directly if options are there.
thanks a lot for the tips.
What Sunil said only works for original blogger templates. For customized templates, you've got to edit html 🙂
Thank you for this tips
Thank you for your article , I'm finding this code .