how to remove sora template credit link
Every newbee bloggers want to make their blog display as more professional, but they avoid to purchase the premium templates services from service provider. Often, they use free templates and then they edit it according to their needs.
Most of them uses sora templates, because it looks like a professional blog.
Now, they want to remove it's credit link from the template which is against the user agreement and violates the rules.
However, I have googled and compile some useful tricks to do that.
Follow the steps-
- Please Note **When you edit your Blogger template keep a Backup your existing blogger template because If something goes wrong then you can Restore the template.**
Well if you have a SoraTemaplates template & you want to change or remove the credit link then follow this steps.
<script type='text/javascript'>
- now remove this script from <script type='text/javascript'> to </script>.
- now copy the below script & paste it before </head>.
<script type='text/javascript'>
var thumbnail_mode = "no-float" ;
summary_noimg = 400; /* Summary length if no image*/
summary_img = 300; /* Summary length with image*/
img_thumb_height = 200; /*Image Height*/
img_thumb_width = 200; /*Image Width*/
</script>
<script src='http://netoopscodes.googlecode.com/svn/branches/Js%20files/auto-readmore-blogger.js' type='text/javascript'/>
- Now search id='mycontent'> & replace mycontent to content or anything.
- Now you can remove or replace credit link with your own.
- Now click on Save template button & enjoy this trick.
This is the most useful way to remove the links form the templates, but if you're still facing problems, Please try another trick-----
how to remove sora template credit link
- try to search mycontent in your template html code
- you will find something like this-
- <div class='copyright-right' style='float:right'>
- <span id='mycontent'/>
- Now remove style link to the below code
Now, you're done, Please save your template and reload your blog, you will see that the credit link has been disappeared.
- <div class='copyright-right' style='visibility:hidden'>
Thank you for visiting.!!
If you have any queries, please let us know in comment box.!!
2 comments
Write commentsit acctually worked better whith hidden, cause it messes with the posts when i deleted all that
Replychek it out http://angelmissme.blogspot.com/.
thank you anyway
Yes, it points to the code that is located at other server and make impacts on the template. Thank you for your feedback. Keep visiting..!!
Reply