If You Started a new blog recently and used some templates from External Source (i.e. themexpose, Templatism,sora templates e.t.c.) then you must be seeing their footer credits like this-
Image for post
Image for post
And maybe some of you have tried to remove it but that caused your blog to redirect to their Website.
So, here I will explain you how can you remove the footer credits completely from your blog.
Follow these steps-
Step 1.
Login to Blogger.
Go to Templates dashboard
and click on THEME
Now Left click on COSTOMIZE botton as shown in image
after that a popup window will appear
here you can see five option but you have to select edit HTML see image given below
This click will open your blogger templates coding box
1 ) .. Now press CTRL+F
which is showing on your blog.
For example, if there is showing ‘Created by: SoraTemplates Then
2 ) .. Type the -- copyright-area in the search bar.and press Enter.
By Pressing Enter once you may get the Footer Credits section. Press it more times until you go to the Footer Credits Section.
By Pressing Enter once you may get the Footer Credits section. Press it more times until you go to the Footer Credits Section.
3 ) .. After getting to the right Code :-
<div class='copyright-area' >
edit this code as given below
<div class='copyright-area' style='font-size:1px; opacity:0;'>
style='font-size:1px; opacity:0;'
After that save template ,doing this the Footer Credit will be removed from your blog.
if you want your own copyright credit will shown on your blog's footer than
add this code
<footer id='credit' itemscope='itemscope' itemtype='http://schema.org/WPFooter'>
Copyright © <span id='current-year'/> <a expr:href='data:blog.homepageUrl' id='ourcontent' itemprop='creator' itemscope='itemscope' itemtype='http://schema.org/Person'><span itemprop='name'><data:blog.title/></span></a> All Right Reserved
</footer>
above
<div class='copyright-area'
see image
watch this video until end .this video teach you how to remove footer credit from any blogger template , and add you own footer credit instead of others .
Post a Comment