Hi,
I’m trying to implement a piece of Javascript on my site, this is it:
function wpb_hook_javascript_header() {
?>
<?php
}
add_action(‘wp_head’, ‘wpb_hook_javascript’);
I’ve tried to place it inside functions.php, inside theme options JS, I’ve also tried to install header and footer plugin but it shows only on english version of the site.
This is my site: www.mediana.com
How can I make it visible on all the pages and languages? I prefer to implement the code and not by plugin.
One thing: when I’m logged into the WP admin panel I can see it everywhere but the minute I logout it turns as mentioned above.
Thanks,
Anita