How do I add a simple jQuery script to WordPress?

后端 未结 18 1866
心在旅途
心在旅途 2020-11-22 16:53

I read the Codex and a few blog posts about using jQuery in WordPress, and its very frustrating. I\'ve got as far as loading jQuery in functions.php file, but a

18条回答
  •  萌比男神i
    2020-11-22 17:56

    "We have Google" cit. For properly use script inside wordpress just add hosted libraries. Like Google

    After selected library that you need link it before your custom script: exmpl

    
    

    and after your own script

    
    

提交回复
热议问题