How to remove including of jquery.js from a specific page?
-
I want to remove this line from just one page in my website. I want to keep it for all the other pages so they don’t break:
<script type='text/javascript' src='https://www.mywebsite.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
I tried messing around with the funtcions.php but could only get the script to remove on all pages. No the one I want (url is below).
How can I remove it from one page?
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to remove including of jquery.js from a specific page?’ is closed to new replies.