I am creating new plugin so i need add a java script file and css file.
These are my javascript files
- jquery.min.js
- jquery-1.3.2.min.js
- jquery.tabify.js
Css file:
- newstyle.css
I am creating new plugin so i need add a java script file and css file. These are my javascript files
Css file:
|
|||||
|
WordPress already ships with jQuery. There is no need to include it in your theme. JavascriptLet's say your
This will include your script and jQuery. jQuery is marked as a dependency, so it's loaded first. If your file is instead hosted on a separate server, let's say as
CSSYou register styles the same way. Assuming your file is located in
|
|||||
|