To hide the author name in a Blogger (Blogspot) blog, you need to make some changes to the HTML code of your blog's template. Here's how you can do it:
Log in to your Blogger account and go to the dashboard for your blog.
In the left-side menu, click on the "Template" option.
Click on the "Edit HTML" button to access the HTML code for your blog's template.
Search for the code that displays the author name in your blog's posts. This code will typically look like this:
<span class='author vcard'>By <a expr:href='data:post.authorProfileUrl' rel='author' title='author profile'> <data:post.author/> </a></span>Delete the code for the author name, or comment it out by adding
<!--at the beginning and-->at the end of the code.Save the changes to your blog's template.
Note: If you're not familiar with HTML or editing code, it's recommended that you back up your blog's template before making any changes. Additionally, some templates may have different code for displaying the author name, so you may need to search for it in the HTML code for your specific template.
Post a Comment