Replace Credit Footer Blog Template (RCFBT)

We all know blogger is one of the biggest blogging platform all over the world and you can get beautiful and attractive templates from famous websites like templatism, soratemplates, templatify and way2thema, they all provide premium templates at cheaper price, premium templates do not contain credit footer but free templates contain credit footer with copyright link which redirects to the website from where you download the template.

You must have tried to remove the footer credit on your free template but you couldn't do it or you didn't do it properly and sometimes when you try to edit your code by changing the copyright link in your HTML section it remains the same as the original template copyright link.

Actually, this link is attached with some Javascript or CSS by the developer so you have no choice but to buy a premium template, finding CSS and Javascript code can be stressful and time consuming. In this tutorial, I will teach you a two-way trick to remove footer credit and have your dream template completely.

The trick I did was to find the code related to credit & redirect in the template code source, use CTRL+F. After finding it, then I just modified the url address to my blog domain, like this.

<script type='text/javascript'>
//<![CDATA[
$(document).ready(function () {
    if ($("#protect,.protect").attr("href") != "http://www.gatewan.com/") {
        window.location.href = "http://www.gatewan.com/";
    }
});
//]]>
</script>

You can observe, copy my trick, good luck!


Post a Comment

Previous Next

نموذج الاتصال