• Hello,

    can you tell me where I can paste the google tag manager firing code within your plugin?

    On the site, I use DuracellTomi’s GTM plugin. I call it via the following code placed the my child-theme’s custom header.php so that it can properly be placed right after the opening BODY tag : <?php if ( function_exists( ‘gtm4wp_the_gtm_tag’ ) ) { gtm4wp_the_gtm_tag(); } ?>

    But Im not proficient in php and can’t figure out how I could do this within your plugin… is it possible?

    Thanks 🙂

    https://wordpress.org/plugins/branded-login-screen/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter serklan

    (@serklan)

    I can’t figure out where you build the actual page.
    I’d like to place my google tag manager script right after the opening body tag.

    In the regular site, I have inserted inside my child theme, but you’re not calling the theme… any advice ?

    Thread Starter serklan

    (@serklan)

    bump

    I came here to ask the same question.

    I can’t figure out how this plugin is created…

    There must be a simple location to place the code to have it be in the header ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adding Google Tag Manager firing code snippet’ is closed to new replies.