Include jQuery to your theme
Hi again. The jQuery is the most easy javascript framework. You can integrate most of useful javascript commands and code to your site with this framework. Also you can addjQuery to your WordPress theme easily…
Here is the code;
<?php wp_enqueue_script("jquery"); ?>
Add this code to your header.php. Paste this code between <head> and </head> tags.
That’s All! Have a nice day.

Recent Comments