Pages

Wednesday, August 24, 2011

How To Remove The 'Posted By' Display

At the bottom of the posting, there are views 'Posted By'. If you want to remove it from your blog, you can try this solution.
  • Login Blogger.
  • Select Design.
  • Edit HTML, don't forget to back-up of your template.
  • Tick the Expand Widget Template
And then, find the following code :

<span class='post-author'>
        <b:if cond='data:top.showAuthor'>
          <data:top.authorLabel/> <data:post.author/>
        </b:if>
      </span>

If you've found it, delete the code.
The last one save your template.

0 comments:

Post a Comment