HOW TO HIDE
AUTHOR NAME FROM BLOGGER POSTS USING HTML
Blogger
default themes and third party themes automatically add the author’s name in
the Layout or in HTML that it appears below the title mostly as soon as any
blogger post is published. As a newbie, it gives a feeling of an accomplishment
to see one’s own name right at the top of the post. A newbie blogger will sure
share the posts in friends and tell them to read the article and ask them to
give feedback. Of course, the friends
and relatives are a first loyal traffic that drives to any new website. With
the time and effort, when any blogger is able to achieve organic traffic on the
blogger site, then mostly, blogger wish to hide his/her name to give their
website a professional look. Sometimes, a blogger gets guest posts or
hire more than one writer to fill in the content on website, that why it seems
improper to display only admin’s name on every blogger post. Then it seems difficult to hide the name
simply by using Layout and post body tabs. The other method is simply removing
the code from HTML.
Now look how
to hide author’s name using HTML
- Go to blogger dashboard and click THEMES.
- Click edit HTML
- Press ctrl+F
- Look for <data:post.author/>
- Simply remove/cut this line from your theme.
- Save the Theme and reload the side.
- Author name is not there. Bravo. You make it.
Tip: ( Save the above code along with
line number of theme in ms word)
You have
change your mind, and want to show author’s name on blogger posts them paste
<data:post.author/> again on the same place from where cut it. It’ll
again appear on your all posts.