dod
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
1 changed file
with
10 additions
and
0 deletions
| ... | @@ -21,9 +21,19 @@ $navbar_type = get_theme_mod( 'understrap_navbar_type', 'collapse' ); | ... | @@ -21,9 +21,19 @@ $navbar_type = get_theme_mod( 'understrap_navbar_type', 'collapse' ); |
| 21 | <link rel="profile" href="http://gmpg.org/xfn/11"> | 21 | <link rel="profile" href="http://gmpg.org/xfn/11"> |
| 22 | <meta property="og:image" content="https://stellervista.ca/wp-content/uploads/2023/08/Group-54.png" /> | 22 | <meta property="og:image" content="https://stellervista.ca/wp-content/uploads/2023/08/Group-54.png" /> |
| 23 | <?php wp_head(); ?> | 23 | <?php wp_head(); ?> |
| 24 | <!-- Google Tag Manager --> | ||
| 25 | <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': | ||
| 26 | new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], | ||
| 27 | j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= | ||
| 28 | 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); | ||
| 29 | })(window,document,'script','dataLayer','GTM-WVBLFCK2');</script> | ||
| 24 | </head> | 30 | </head> |
| 25 | 31 | ||
| 26 | <body <?php body_class(); ?> <?php understrap_body_attributes(); ?>> | 32 | <body <?php body_class(); ?> <?php understrap_body_attributes(); ?>> |
| 33 | <!-- Google Tag Manager (noscript) --> | ||
| 34 | <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WVBLFCK2" | ||
| 35 | height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> | ||
| 36 | <!-- End Google Tag Manager (noscript) --> | ||
| 27 | <?php do_action( 'wp_body_open' ); ?> | 37 | <?php do_action( 'wp_body_open' ); ?> |
| 28 | <div class="site" id="page"> | 38 | <div class="site" id="page"> |
| 29 | 39 | ... | ... |
-
Please register or sign in to post a comment