Advertisement
arnabkumar

wp_jquery_function

Mar 22nd, 2014
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.51 KB | None | 0 0
  1. <?php
  2.  
  3. /* Adding Latest jQuery from Wordpress */
  4.    
  5.     function arnab_latest_jquery() {
  6.         wp_enqueue_script('jquery');
  7.     }
  8.     add_action('init', 'arnab_latest_jquery');
  9.    
  10.    
  11.    
  12.         // another use code Load jQuery
  13.     //Put the following code in your header.php file in the <head> section:
  14.    
  15.     <?php wp_enqueue_script("jquery"); ?>
  16.  
  17.     <?php wp_head(); ?>
  18.    
  19.     //html file e sab $ chinno jQuery hobe
  20.     // note jquery r q small hole hobe na Q hote hobe
  21.     // ar function e o q small hole bhalo nahole majhe majhe problem
  22.     ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement