cdrplum
Member
Posted 3 years ago #
Hi, all
I want remove jQuery.js and Thickbox.js from front page and only keep them in admin area. I've looked into the codes, but didn't find
where to do this.
Anyone can help?
I am using wp 2.6.1.
<script type='text/javascript'
src='http://www.mysite.com/wp-includes/js/jquery/jquery.js?ver=1.2.6'></script>
<script type='text/javascript'
src='http://www.mysite.com/wp-includes/js/thickbox/thickbox.js?ver=3.1-20080430'></script>
Thanks.
It would help if you linked to the blog and/or the theme you're using.
cdrplum
Member
Posted 3 years ago #
Hi, greenshady
Here is the blog: http://www.zzvo.com/
You need to deactivate any plugins that might be using jQuery or Thickbox. You might also need to check with your theme author to see if either is added through the theme.
cdrplum
Member
Posted 3 years ago #
thank you greenshady.
I've found it. added by a plugin.
Before, I thought they were added by new wordpress 2.6.1 by default.
markljackson
Member
Posted 3 years ago #
Just curious, as to why you would want to do this?
cdrplum
Member
Posted 3 years ago #
@markljackson
I don't need them in frontend page. The total size of these 2 js files is about 50KB, they'll slowdown the page loading.