Friday, January 23, 2015

wordpress latest jQuery call

This Code for WP latest jQuery cal

function sonia_arest_jquery() {
wp_enqueue_script('jquery');
}
add_action('init', 'sonia_arest_jquery');

This Code for wordpress Admin login header Call

befor </head>
<?php wp_head();?>


befor </body>
<?php wp_footer();?>