How to Change the Name of Blog Authors

April 9, 2011 | 00:25

In this post in a blog we will see the name of the author of this post. But there are also some from the blog owner does not want to display the name in a way eliminate or replace it with another name.

For those who have the desire as above, is easy enough because I've tried it. The steps are as follows:

1. Log in to blogger
2. Select Layout
3. Select Edit HTML
4. Click the small box on Expand Widget Templates
5. Find the code below:

<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'>
<span class='post-author vcard'>
<b:if cond='data:top.showAuthor'>
<data:top.authorLabel/>
<span class='fn'><data:post.author/></span>
</b:if>
</span>

6. Replace the red code with a chill like the example below:

<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'>
<span class='post-author vcard'>
<b:if cond='data:top.showAuthor'>
<data:top.authorLabel/>
<span class='fn'>desired name</span>
</b:if>
</span>

Description: delete the red text if you don't want to show it

7. Click the preview, save your template if is appropriate.

Hopefully useful.
Share this article :
 
Copyright © 2010-2012. PAPATITI ONLINE . All Rights Reserved.
Template modify by Creating Website