Do you have different Blogger (blospot) blogs and you want to use different author names for your posts?
Open the "Template" options page and go to "Edit HTML". Check "Expand Widgets" and look in the code for the "class=post-footer-line" string (you can use CTRL-F in Firefox to find it). You will look at this code:
<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.
Enjoy! :)
Sunday, April 29, 2007
How change the 'author' name on your blogs (Blogger - .blogspot.com)
Pubblicato da
Pelerin-Voyageur
a
9:34 AM
Etichette: web and blog tricks
Subscribe to:
Post Comments (Atom)
5 commenti:
The following worked for me
<data:top.authorLabel/>
<span class='fn'>myname</span>
thank you
hey... thanks a lot. this is very awsome. i was looking for this for like a week.
I did it like this:
<data:top.authorLabel/> mi
<span class='fn'><data:post.authorLabel/>
Thanks so much !!!!!!!!!
Hi,
I'm glad it helped :-)
Have a nice day!!
Brilliant! Just what I was looking for =)
Nice, exactly what I was looking for. But for people with the New Blogger, I did it like this:
(<)data:top.authorLabel/> myname
(<)span class='fn'/>
The (<), please pretend it is a < because it wouldn't accept the html.
Post a Comment