hi there,
My wordpress site is a bit heavy to download. On the frontend, its including jquery unnecessarily. In my firebug it looks like:
jquery.js?ver=1.3.2 and jquery.form.js?ver=2.02m
I don't need these to be included for me.
I'm happy for them to remain in the wp-admin, but I'd like them not to load on the frontend.
I have found the file I think which is loading them in wp-includes/script-loader.php but I'm not sure what to uncomment out or what to do to remove it completely for the front.
Is there a way to do this, removing jquery without ruining the back end?