[Theme: Boilerplate] Adding scripts
-
I’ve been using tanzaku theme before. With this theme (I believe as with others) to add a script I had to do it in the before the
</head>
tag in header.php . This way (for example):<script type="text/javascript"> jQuery.noConflict(); (function($){ $(function(){ $('.whatever').css("display","none"); }); }); </script>
But I can’t figure out how to make it with Boilerplate theme.
What am I doing wrong?
Thanks in advance!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Theme: Boilerplate] Adding scripts’ is closed to new replies.