nayan007 (December 11th, 2011)
/*
* Move al JavaScript file to the footer.
*/
remove_action('wp_head', 'wp_print_scripts');
remove_action('wp_head', 'wp_print_head_scripts', 9);
remove_action('wp_head', 'wp_enqueue_scripts', 1);
add_action('wp_footer', 'wp_print_scripts', 5);
add_action('wp_footer', 'wp_enqueue_scripts', 5);
add_action('wp_footer', 'wp_print_head_scripts', 5);
nayan007 (December 11th, 2011)
dikiyforester (December 11th, 2011)
There are currently 1 users browsing this thread. (0 members and 1 guests)