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.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment