Thread Starter
aesop
(@aesop)
Thanks, but that does not answer the question. On what Wordress file is the js put?
Oh. Sorry, no way to have figured that out from your original question you know.
I put the call to the external file in the head section of the header.php file for the theme you’re using.
Thread Starter
aesop
(@aesop)
Exactly where in the header file? I get a no-show in view source.
Thanks.
In the head section as I said…. and be sure you have the path to the file accurately entered.
Thread Starter
aesop
(@aesop)
Bingo! JS up now. Thanks, vkaryl.
With an <?xml version=”1.0″ encoding=”utf-8″?> declaration to put ie quirksmode I get an error message. I’ve tried this in the header, too. What to do?
Thread Starter
aesop
(@aesop)
Thanks, TechGnome. <!–put msie in quirksmode–> above doctype does the trick.