How change the 'author' name on your blogger
<p class="post-footer-line post-footer-line-1">
<span class="post-author">
<b:if cond="data:top.showAuthor">
<data:top.authorlabel> <data:post.author>
</data:post.author></data:top.authorlabel></b:if></span></p> Now you can delete the string <data:post.author></data:post.author>and replace with the name or the nickname you want to use, i.e.
from:
<data:top.authorlabel> <data:post.author></data:post.author></data:top.authorlabel>
to:
<data:top.authorlabel> myname</data:top.authorlabel>
You can do that for every blog you want to customize.
Post a Comment