Attribution is an essential aspect of content creation. This practice ensures that proper credit is attributed to the rightful author or creator, and it serves as a deterrent against plagiarism. However, there are situations where attribution may not be necessary, such as when you're creating original content or when you're republishing content with permission.
In such cases, removing attribution may be appropriate. In this article, you'll be provided with instructions on how to eliminate attribution from your Blogger website.
Locate the Attribution Widget
The attribution widget is a default feature in Blogger. It is usually located at the bottom of the blog post, and it displays the author's name, the blog's name, and a link to the original post. To remove the attribution, you can click on the "Layout" tab located in your Blogger dashboard.
Edit the Attribution Widget
Locate the attribution widget in the layout editor and click on the "Edit" button. When you do this, a small window will appear on the screen showing various options that you can use to personalize the widget. To remove the widget entirely, uncheck the "Show Author Profile Below Post" box.
Save Your Changes
Once you've made the necessary changes, click on the "Save" button to save your changes. Preview your blog post to ensure that the attribution widget is no longer visible.
Alternative Method: Editing the HTML
If you're comfortable working with HTML, you can remove the attribution widget by editing the HTML of your blog post. Follow these steps:
Step 1. Log in to your Dashboard, go to Template > Edit HTML</head>Step 4. Just above </head> add this code:
<style>
#Attribution1 {
display: none;
}
</style>
Step 5. Click on the Save Template button to save the changes.
Removing attribution in Blogger is a straightforward process. You can do it through the layout editor or by editing the HTML directly. Remember that attribution is an essential aspect of content creation, and it should only be removed when it's appropriate to do so. By following these steps, you'll be able to remove attribution in your Blogger posts quickly and easily.