twitter
    Find out what I'm doing, Follow Me :)

Changing Author's Name

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 'Heaven writer' , 'Fun 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>


<data:post.author/> , This stands for your name.

Use what ever you like to use

Ex:-

<span class='post-author'>
<b:if cond='data:top.showAuthor'>
<data:top.authorLabel/> The Heaven's Poster
</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'>
The Heaven's Poster
</b:if>


Now follow the Safety Saving Steps.

And

0 comments:

Post a Comment