-->

How To Hide Post Author, Date and Time Blogger

In default blogger templates, Post author and Post date and Time are lay down just under the post title. You can easily remove them from your template. To remove post author name and post date follow some simple steps:-

1. Log in to Blogger Dashboard.
2. Enter in Design>>Edit HTML.
3. Check Expend Widget.
4. By using Ctrl+F search out the given codes in you template and delete them


How To Hide Post Author



<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 take a preview and save your template.


How To Hide Post Date 

To Hide Post Date find out give codes in your template and delete them.

<data:post.dateHeader/>

Now take a preview and save your template.



Hide Post Time 



To Hide Post Date find out give codes in your template and delete them.


<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 take a preview and save your template. 
I think that this information will help you to customize you blog's post section, if so, please share it

Baca juga

1 comment

Post a Comment

Your Suggestions are valuable for me.