How To Change Author's Name in Blogger


Above your every post , you will see your name ( or the Author's name ).It will always display your Blogger accounts name , But you can change it ! You can use a name of your own as you want to. You can use a cool name as 'my pen' , 'iron Man' or even 'Unknown'.






For that,

1. Edit your template ( How to edit your template )
2. Press 'Ctrl' key and 'F' and Find



data:post.author


Now you will find some code lines simillar to



<span class='post-author'>
<b:if cond='data:top.showAuthor'>
<data:top.authorLabel/> <data:post.author/>
</b:if>


This stands for your name.


<data:post.author/>
Use what ever you like to use

Ex:-



<span class='post-author'>
<b:if cond='data:top.showAuthor'>
<data:top.authorLabel/> my pen
</b:if>

If you want to remove the word ' Posted by '

remove the line



<data:top.authorLabel/>


Now you will get your code lines as



<span class='post-author'>
<b:if cond='data:top.showAuthor'>
My pen
</b:if>

Now follow the Safety Saving Steps.

And save template.


How To Change Author's Name in Blogger How To Change Author's Name in Blogger Reviewed by Ruchi on August 08, 2019 Rating: 5

No comments:

Powered by Blogger.