Blogger Text

My Aim to Provide you quality contents, Tips & Tricks, Software, Microsoft Office, Graphic Editing (Adobe PhotoShop, After Affects, Illustrator, inDesign) Corel Draw, Corel Video Studio, Cyberlink PowerDirector, Power ActionCinema, Tutorials about Blogging and VU Assignments, Quizes & GDB Solutions and Much More... at regular Basis
                                     ***    Kindly Subscribe our Official YouTube Channel "INFOPALACESS OFFICIAL-Tuts: in this channel we upload Programming (C,C++,C# JAVA, PHP), Web Development, Graphics Editing and Microsoft Office Step by Step Tutorials from bigginer to Advance Level. We also provide free online courses at our YouTube Channel. ***   Graded Assignments/Quizes and GDB will start in Next Week. Solution ideas of All assignments, Quizes and GDB will be available here. If you have any problem regarding this then you can contact us.

Hide Author Name from Blogger Posts




 

Whenever you post any article on blogger, it automatically shows up author name along with labels under the post titles. or at the very end of your post depending upon your blogger template. We have seen many newbies who want to hide author name to protect their privacy and even labels from their blogger post to make their blog look more professional. Today in this article, we will show you how to hide author name and labels from blogger posts.


How to Hide Author Name and Labels from Blogger Posts

So, here are the steps which you need to follow, so that you can easily hide the author name and labels from Blogger posts. We have divided this article into two sections so that you can easily grasp the idea and method.



Hide Author Name from Blogger Posts

To hide author names from your Blogger posts, just follow the below instructions correctly:

  1. First of all, go to Blogger and select your blog
  2. Now click on Template from sidebar and then Click on Edit HTML.
  3. After that, press Ctrl+F and search for <data:post.author/>
  4. Ones you found it, then simply remove it. 
  5. You will have this code more than one time in your blogger template so simply remove it from everywhere. 
  6. Save your blogger template and now you will never see any author name in your Blogger posts. 


Hide Labels from Blogger Posts

To hide labels from your Blogger posts, just follow the below instructions correctly:

  1. First of all, go to Blogger and select your blog.
  2. Now click on Template from sidebar and then Click on Edit HTML.
  3. After that, press Ctrl+F and search for the ending </head> tag.
  4. Ones you found </head> tag then simply paste the following code above the ending </head> tag.


 <style>
.post-labels {display: none;}
</style>

  1. Save your blogger template and it will hide labels from your Blogger posts.

This was our article which has made you learn to hide author name and labels from blogger posts. We are sure you guys must have availed from this article. If you have any queries or confusions left related to this article then lend them in comment box. Any of our team members will assist you in solving them.

Was it interesting? If it was then don’t forget to share this article with your other friends and circle too. You may never know that your share may be proven helpful for many of the users out there. So, keep sharing and liking our content over social media. 

Post a Comment

0 Comments