HOW TO CHANGE NAME OF AUTHOR

Posted by Lasantha Bandara File Under : change template 11 Comments

1.Log in to your dashboard--> layout- -> Edit HTML

2.Click on "Expand Widget Templates"

3.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>

4.Replace <data:post.author/> of above code with your new name.

5.Click on "Save Templates" and Refresh your site.

11 thoughts on “HOW TO CHANGE NAME OF AUTHOR

  1. Good trick. This will hard code the author name for all posts. Is there another way to actually assign author name to specific posts? I am trying to import from WordPress to Blogger and getting stuck at this.

  2. i have added one author i my website so i want to post a post by his name but in post my name is coming what to do..

  3. @Manish MohanHey Manish,
    Were you able to change the author name for specific posts. I've mulitple authors for a blog and i wanted to correct the author name for some of our posts.

    THanks,
    Banu

    1. That's exactly what I want to do, move an existing post to another user on the same blog.

      Did you find out how to do it?

  4. I have tried it but when i search for that whole code, i cant find it. So I just find for and changed all these to New Name.
    Thanks for your guidance.

  5. Thanks for the tip - I applied with success!

    However, I do not see the change on the mobile interface (IOS). Is there any advise on what to change in the code in order to get the same result also on the mobile interface?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.