Thanks for the reply – Great support service!
I’m assuming you are referring to the theme’s header.php file (again – new to wp!) I see only one reference to ‘head’ in the file:
<?php
wp_deregister_script(‘jquery’);
wp_head();
?>
If I have to add something, can you provide the proper syntax?
Thank you.