GTM with wp_body_open are not showing

Posted in: Newspaper
Post count: 3

Hi,

I’m trying add GTM via functions.php in Child theme.

header.php file line 17 has <?php wp_body_open(); ?>

child theme functions.php has

add_action( 'wp_body_open', 'Newspaper_child_body_open', 1 );
function Newspaper_child_body_open(){
?>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-#######"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<?php
}

and this code is not showing.

Post count: 18283

Hello !

You can use theme panel in order to insert that code you can use the theme panel as you can see here: https://i.imgur.com/BVVAX1f.png

Thank you !

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.