Pages

Google Search Engine

Showing posts with label tags trick. Show all posts
Showing posts with label tags trick. Show all posts

Friday, June 1, 2012

How to change author name ? [ tag - blogger ]

  • Sign in to your blogger
  • Go to : dashboard > Design (Edit Layout) > Edit HTML
  • Click on “Expand Widget Templates
  • Search for the following content
<span class="post-author vcard"> <b:if cond="data:top.showAuthor"> <data:top.authorlabel> <span class="fn"><data:post.author></data:post.author></span> </data:top.authorlabel></b:if> </span>
  • Now replace of above code with your new author name.
  • Click on “Save Templates” and Refresh your site.