How To change or Remove Author Name In Blogger

Now days, The Google update blogger and adsense etc.The Whole background is just changed and some functions also .The new platform gives better performance than old background.  It very suitable and responsive for bloggers. After removing the simple function “edit blogger profile” which cannot change author name directly with blogger, which means that coding is required for it.  Here we discuss about, How to change or removing author name in blogger with blogger new platform.

edit profile blogger

1. Change Author name From Posts

I think the coding is only the way for changing the author name in BlogSpot. Step by step instructions with pictorial representation are given below
1. Sign in to the blogger account
2. If you have one or more blog, then select the blog you want to change the author name
3. Go to Template on right side of the screen
4. Click Edit HTML

edit html on blogger

5. Now you can see a big box embedded xml codes in it.
6. Click cursor point on anywhere in the box. click Ctrl+F. a small search box is created the top right of the frame, Type this on the search box and hit enter <data:post.author/>

author change name

7.  Replace  the code with your name

EG :

Before Replacing name:

<span class=’post-author vcard’>

<b:if cond=’data:top.showAuthor’>

<b:if cond=’data:post.authorProfileUrl’>

<span class=’fn’><data:post.author/></span>

After Replacing name :

<span class=’post-author vcard’>

<b:if cond=’data:top.showAuthor’>

<b:if cond=’data:post.authorProfileUrl’>

<span class=’fn’>jees</span>

2. Remove Author name From Posts

It is very easy to remove your name on posts; no coding is required for it. The widget is also helping you to remove the name from posts. It has done by doing a simple four steps.
1. Sign in to blogger
2. Go to Layout on selected blogger
3. Pop up a new window with your site layout. Click Edit link on the blog post

edit button on blog post

4. On the new window you have to unmark option and save


unmark

Jees K Denny

I’m Jees K Denny, a Web Developer and a Passionate Blogger from Pudukad, Thrissur, Kerala. You can get in touch with me In most of your social networks including Facebook , Google , Twitter etc.

Leave a Reply