Blogger Hack, Blogger Tutorials

How to Remove Author Name From Blogger Posts

9 268

If you are running multiple blogs and for some reason you don’t want to show your name in author field, Then this Blogger hack is for you. Though the topic looks very simple , but most don’t know how do this. So in this tutorial , I will explain how to remove the author name and link from default Blogger blogs. In addition to that I will also tell you the code which retrieves the author name in Blogger.

How to Remove Author Name from Blogger Templates

Just follow the simple steps to remove the author link from Default Blogger Blogs.

  • Go to Blogger dashboard and navigate to Layout page
  • Now there you can see a EDIT button under “Blog posts” page element. Click it !
  • Remove Author from Blogger Blogs

  • When you click that button , you new window pop up. There you need to uncheck “posted by” option.
  • Remove Author from Blogger Blogs

  • That’s it. Now click save and you are done.

In this way you can also enable or disable some of the junks present in default blogger templates.

Removing / adding code to Custom Blogger templates

It’s very easy to enable or disable the author link in default blogger templates. But it’s not the case for users who are using custom blogger templates. Even if you have unchecked that box , sometimes the author name and link may still appear. If you want to remove that fully from your blogger template , then follow the below instructions.

  • Go to Edit HTML sub tab in your blogger template.
  • Put a check on Expand template widgets box
  • Now search for the following code by pressing ctrl+F in keyboard : <data:post.author/>
  • Remove that code and preview
  • Now save the template. The author name will no longer appear in your Blogger blog

You need to do this in all your blogger blogs.

Tips for Blogger Theme designers

I know the blogger theme designers know these things very well. But I would like to give them a tip. You guys can use this tag <data:post.author/> to retrieve the author name. If you want to show the authors name below the post , all you need to do is just place that code in post footer.

You can even use this hack for sharing Adsense revenue in Blogger Blogs. I will discuss this soon with you all in my next post.

About the author / 

Related Posts

9 Comments

  1. Layla December 16, 2010 at 9:31 am - 

    perfect perfect perfect ! I lost a lot of time searching and googling for a solution for this bug, custom templates can be annoying, almost I gave up untill you showd up in my search engine and shared this information, it is strange that many blogs and disscution boards didn’t mention this point, thank you and I think that the way to know what to do with your template is to learn the html codes and to understand what function for each .
    I tried and it works 😉

  2. Annon. June 4, 2011 at 1:42 pm - 

    Thank you!! That worked perfectly =)

  3. skanda June 25, 2011 at 6:49 am - 

    awesome..thanks

  4. Ashok September 23, 2011 at 6:46 am - 

    It was really helpful.. thanks..

  5. Lily April 15, 2012 at 4:31 am - 

    omg sh it! it not work for ME! I click dashboard then I click edit PAGE and i did not see any pageelement!!!!!!!. tell me clear 2012 syetem!

  6. Alden May 7, 2012 at 5:37 pm - 

    Thanks, it really works!

  7. cb-oke May 9, 2012 at 8:05 am - 

    Nice… it’s helpful

  8. sam July 14, 2012 at 1:21 am - 

    thxx

  9. loki September 6, 2012 at 12:44 pm - 

    thanks a lot..

Popular

Editor’s Pick

  • Mastering Webpack Module Federation: How to Solve Singleton Issues with Code Snippets.

    Introduction Webpack Module Federation is a feature introduced in Webpack 5 that allows multiple projects to share code dynamically at runtime. This means that you can break up your application into smaller microfrontends and load them on demand. It’s important to solve singleton issues because when multiple instances of the same module are loaded, it…

  • 50+ Amazing Olympics Infographics Inspirations

    The London Olympics 2012 has proved to be a phenomenal attraction this year – attracting eyeballs and attentions like nothing else. Well, I caught on to the Olympics buzz quite late into the second week – watched it every day from 11 in the night (IST). However, I followed it regularly over the news papers…

  • Blogger Search Form box code

    Recently I explained How to add Blogger search box code to your Blogger template. Now In this post I will explain How to customize the search box code to suit your Blogger template. In order to make it easier for you , I am going to explain this with two blogger search form example codes….

  • Page Navigation Hack for Blogger

    Most said page navigation menu in the bottom of the page can appear only in WordPress blogs. But Now here is a blogger hack which will help you to show Page Navigation Menu in bottom of the page ( see screenshot ) . you can Add this Page Navigation hack to your blogger template either…