Searching...

Now u can Remove Templateism's Credit Links from Templates






21:39

How to Remove Templateism's Credit Links from Templates

How to Remove Templateism's Credit Links from Templates
How to Remove Templateism's Credit Links from Templates

You might be aware about Templateism a website that delivers premium quality blogger template's for free and now for paid too. Well but the thing we usually face in normal free shared blogger templates is the credit link that's attached by default by the developer. Well now it's a way to say thanks to the developer for his hardwork but still few people including hate to add credit links in below template's footer.

Well now I faced the same problem with the Templateism's blogger templates, as his
 creator is using some scripts to make sure if some intruder tries to modify his
 credit links then the guy will be redirected to his website, so I faced this same
problem and started searching for some solution.
Well I found one and thought to share the trick with everyone
 who are trying to remove Templatesims credit links from their
free blogger templates. Well the process includes few steps that might
 seem like typical so make sure you have a complete backup for your template
 so that if you mess up you can easily go back.

  1. Download any template from the Templateism's Website.
  2. Now upload the template to your official blogger blog.
  3. Now navigate to Template > Edit HTML.
  4. Press Ctrl + F & search for below code.
<script src='https://googledrive.com/host/0B-vz7n1QSdEfalFTa2cwWGRBVmM' type='text/javascript'>

  1. vz7n1QSdEfalFTa2cwWGRBVmM' type='text/javascript'>
  2. Now you just need to delete the whole code. Now in few template this code might be somewhat different with some different id so try searching only for googledrive word and if there is only one script like this remove it.
  3. Now you have removed the first thing that matter's, now its time to remove more complicated scripts that might be blocking your way in order to remove all those credit links from the footer section.
  4. Once again search for the below code.<script type='text/javascript'>
    var TemplateismSummary = {
        displayimages: true,
        imagePosition: &#39;left&#39;,
        Widthimg: 200,
        Heightimg: 150,
        noThumb: &#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhhfztR-gFUg7k1Pg-4V9JFSmI1SL9t_Qi6jmif7HzcrRpsV0wmZFukm5dZJzo_3pnKQFRD25ox9s1wqOGXU93kIZmIXbl1sDdvh_BOS_HSzTQCtqfRDnBdvQu3xFUEVJ0WMGlhDDHB3Ww/s1600/no-thumb.jpg&#39;,
        SummaryWords: 60,
        wordsNoImg: 60,
        skipper: 0,
        DisplayHome: true,
        DisplayLabel: true
    };
    </script>
    <script type='text/javascript'>
    /*<![CDATA[*/
    eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('7 3(h){3.i=3.i||0;3.i++;5 g=8.6.k("/m/A/")==-1&&8.6.k("/m?")==-1,c=8.6.k("/m/A/")!=-1;4(3.i<=2.K){9}4(g&&!2.J){9}4(c&&!2.I){9}5 e=B.L(h),f=e.M("r");4(2.P){5 a=\'<r H="\'+2.O+\'" N="\'+2.Q+\'"\';4(2.E!="G"){5 b=2.E=="v"?\' o="p:v;x:0 j j 0"\':\' o="p:F;x:0 0 j j"\';a+=b}a+=\' t="\'+(f.q>0?f[0].t:2.R)+\'" />\';5 d=3.l(e.n,2.14)}13{5 a="",d=3.l(e.n,2.16)}e.n=a+\'<w 17="18">\'+d+"..."+\'</w>\'}3.l=7(a,b){9 a.11(/<.*?>/T,"").S(/\\s+/).V(0,b-1).W(" ")};$(B).Z(7(){$(\'#u\').Y(\'<a 6="C://D.y.z/">X</a>\');U(7(){4(!$(\'#u:10\').q)12.8.6=\'C://D.y.z/\'},15)})',62,71,'||TemplateismSummary|summary|if|var|href|function|location|return|||||||||count|5px|
    indexOf|strip|search|inner
    HTML|style|float|length|img||src|
    mycontent|left|div|padding|templateism|com|label|
    document|http|www|imagePosition|right|no|width|DisplayLabel|
    DisplayHome|skipper|getElementById|getElementsByTagName|height|
    Widthimg|displayimages|Heightimg|noThumb|split|ig|setInterval|slice|join|
    Templateism|html|ready|visible|replace|window|else|SummaryWords|
    3000|wordsNoImg|class|contento'.split('|'),0,{}))
    /*]]>*/
    </script>
  5. Now after finding this code just replace it with the code posted below, well now to make it brief this code just enables your navigation but side by side it adds another complicated credit link up.<!-- Auto read more script Start -->
    <script type='text/javascript'>
    var noImgSum = 400;
    imgSum = 350;
    iHt = 150;
    iWd = 210;
    </script>
    <script type='text/javascript'>
    //<![CDATA[
    function removeHtmlTag(strx,chop){
    if(strx.indexOf("<")!=-1)
    {
    var s = strx.split("<");
    for(var i=0;i<s.length;i++){
    if(s[i].indexOf(">")!=-1){
    s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length);
    }
    }
    strx = s.join("");
    }
    chop = (chop < strx.length-1) ? chop : strx.length-2;
    while(strx.charAt(chop-1)!=' ' && strx.indexOf(' ',chop)!=-1) chop++;
    strx = strx.substring(0,chop-1);
    return strx+'...';
    }
    function autoReadMore(pID){
    var div = document.getElementById(pID);
    var imgtag = "";
    var img = div.getElementsByTagName("img");
    var summ = noImgSum;
    if(img.length>=1) {
    imgtag = '<img id="autoReadMoreImg" src="'+img[0].src+'" width="'+iWd+'px" height="'+iHt+'px"/>';
    summ = imgSum;
    }
    var summary = imgtag + '<div>' + removeHtmlTag(div.innerHTML,summ) + '</div>';
    div.innerHTML = summary;
    }
    //]]>
    </script>
  6. So now there is once more step you need to perform in order to get rid of credit link completely, just search for <data:post.body/> tag.
  7. So now you will two codes with the same tag, just make sure to choose the one you need to replace <span expr:id='data:post.id'><data:post.body/></span> so you will find some code like above just replace the red one with below code.<!-- Auto read more Start -->
    <b:if cond='data:blog.pageType == "item"'>
    <data:post.body/>
    <b:else/>
    <b:if cond='data:blog.pageType == "static_page"'>
    <data:post.body/>
    <b:else/>
    <div expr:id='"summary" + data:post.id'><data:post.body/></div>
    <script type='text/javascript'> autoReadMore("summary<data:post.id/>");
    </script>
    <a id='readmore' expr:href='data:post.url'>Read More ...</a>
    </b:if>
    </b:if>
    <!-- Auto read more End -->
  8. So now you have completely edited the Templateism template and removed all those credit links. If you find any links below just search for the footer and remove them manually as now you won't find any problem.
Congratulations now you finished Remove Templateism's Credit Links from Templates
--------------------------ads--------------------------