Blogger Hack, Blogger Tutorials

How to Remove Author Name From Blogger Posts

9 269

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

  • The Complete Checklist of React Best Practices for Front-end Developers

    React is a popular JavaScript library used for building user interfaces. It was developed by Facebook and is now maintained by both Facebook and a community of developers. React allows developers to build reusable UI components that can be easily composed to create complex user interfaces. Using best practices in React development is essential for…

  • Mastering React Context API in 2023: Best Practices and Examples

    React Context API is a feature in React that provides a way to share data between components without passing the props down manually at every level. It allows you to manage global states in your application and avoid prop drilling. Mastering React Context API in 2023 is essential for building scalable and efficient applications. It…

  • 45+ Surreal Infrared photography Inspirations and Tips

    In Infrared Photography the image sensor used is highly sensitive to infrared wavelengths of light. We all know that white light is composed of several bands of colours known as spectrum and the wavelengths ranging between 750nm to about 1200 nm, falls on infrared (IR) band. The spectrum used is in this technique is termed…

  • Show only post titles in Home page

    As you might have noticed in many magazine themes , showing only post titles in home page is getting popular these days. By showing only post titles in Home page you can decrease the page loading time and also it will easy for the reader to navigate. Showing post titles in home page will certainly…

  • 6 Reasons why Linux Servers are More Secure

    Although there are several servers available on different operating system platforms like windows, unix , etc. I feel that Linux Servers are more secure when compared to other competitors.There are several reasons why Linux servers are more secure than those running solely off of Windows. The importance behind this extra security is to help prevent…