Remove Footer credit from premium blogger templates without redirecting | Peak Fiction. How to remove blogger footer credit without redirecting.

How to remove footer credit from blogger template free

Customizing your Blogger theme is a great way to give your blog a personal touch. One common customization is modifying or removing the footer credits. But whenever we try to remove the footer copyright credit from premium blogger themes, they redirect to company homepage. In this guide, we'll explore how to find and remove footer credits, add your own, and enhance it with additional features. Lets see How to remove footer credit of blogger template in 2024.

Remove Footer credit from premium blogger templates without redirecting 2024 | Peak Fiction, How to remove blogger footer credit ”Powered by”  How to Remove Footer Credits from Your Blogger Blog Completely.  Remove Footer Credit From Blogger Template Without Redirecting To any Website.  How do I remove “Blogger Templates Created By” from my blog?  How do I remove redirect on my blogger template?  How do I remove ”Powered by Blogger” from my blog?

This post is only for Educational purposes. Please give credit to the hard worker of developers.

How to Find Footer Credit Area in Blogger Theme:

To remove the footer copyright credit, follow these steps:

  1. Click "Theme" on the Blogger Dashboard.
  2. Click the dropdown menu.
  3. Select "Edit HTML."
  4. Click anywhere in the code box.
  5. Press Ctrl + F to open the search.
  6. Search for the text you want to remove. (Usually the name in Footer credit like " Designed by or Created by etc).
  7. Identify the footer section.

How to Remove Designed by Credit in Blogger Theme:

  1. Add the following code above the credit area:
    <style>.removelink{padding: 0px !important;text-decoration: none !important;color: white !important;opacity: 0 !important;cursor: default !important;font-size: 1px !important;height:0px !important}</style>
    
     <div class='removelink'>
    
      <!-- Footer Credit You want t o remove -->
    
    </div>
  2. After adding the code, insert </div> below the footer code you want to remove.
It will look like this:
Remove Footer credit from premium blogger templates without redirecting 2024 | Peak Fiction, How to remove blogger footer credit ”Powered by”  How to Remove Footer Credits from Your Blogger Blog Completely.  Remove Footer Credit From Blogger Template Without Redirecting To any Website.  How do I remove “Blogger Templates Created By” from my blog?  How do I remove redirect on my blogger template?  How do I remove ”Powered by Blogger” from my blog?

How to Add Your Own Footer Credit on Blogger:

  1. Copy the following code below.
  2. Paste the code above the previously added first code or anywhere you want to display it.
<div class='new-credit'>Copyright <span id="year"> <script>
  var d = new Date(); 
  var n = d.getFullYear(); 
  document.getElementById("year").innerHTML = n;
  </script></span> <a expr:href='data:blog.homepageUrl' expr:title='data:blog.title'><data:blog.title/></a>. All Rights Reserved </div>
  

Two Things to Check:

Ensure that:

  1. Your script is added above the footer code.
  2. </div> is added below the footer code.

After Implementation:

Your modified footer will have these fetures:

  • Auto Year Update
  • Auto Home Page Detect
  • No need for manual editing
  • Easily add more text

Customizing your Blogger theme's footer not only adds a personal touch but also allows you to include additional features effortlessly. Experiment with these steps to make your blog uniquely yours.

Hoped this helped.

Keywords:

How to remove blogger footer credit ”Powered by”

How to Remove Footer Credits from Your Blogger Blog Completely.

Remove Footer Credit From Blogger Template Without Redirecting To any Website.

How do I remove “Blogger Templates Created By” from my blog?

How do I remove redirect on my blogger template?

How do I remove ”Powered by Blogger” from my blog?