워드프레스에 구글 애널리틱스 넣기

테마의 footer에 넣어 적용했다.


Hestia: Editing hestia/footer.php

<?php

/**

 * The template for displaying the footer

 *

 * Contains the closing of the "wrapper" div and all content after.

 *

 * @package Hestia

 * @since Hestia 1.0

 */

?>

<?php do_action( 'hestia_do_footer' ); ?>

</div>

</div>

<?php wp_footer(); ?>

</body>

<!-- Global site tag (gtag.js) - Google Analytics -->

<script async src="https://www.googletagmanager.com/비밀"></script>

<script>

  window.dataLayer = window.dataLayer || [];

  function gtag(){dataLayer.push(arguments);}

  gtag('js', new Date());


  gtag('config', '비밀');

</script>

</html>


functions.php(함수파일)에 넣는 법도 있다던데 이건 했는데 잘못 했는지 안 됐다.




워드프레스에 구글 애널리틱스 적용하기

워드프레스에 Google 애널리틱스 추가하기


댓글

Designed by JB FACTORY