워드프레스 젯트팩 모바일스킨 "minileven" 에 애드센스 넣는 방법
- Blog
- 2015. 12. 13.
워드프레스 젯트팩 모바일스킨 "minileven" 에 애드센스 넣는 방법
워드프레스에서 개발한 젯트팩을 사용하면 워드프레스에서 손쉽게 모바일페이지를 구현 할 수 있다.
물론 설정에서 젯트팩으로 모바일페이즈를 사용하겠다고 설정해주어야 한다.
경로 : wp-content\plugins\jetpack\modules\minileven\theme\pub\minileven
- 젯트팻을 업데이트하였다면 해당 값이 삭제되니 반드시 백업을 해 두고 업데이트 하고 다시 원복하면 된다.
저기 세개의 파일을 수정해주면 상단, 하단, 그리고 본문에서 원하는 위치에 애드센스를 넣을 수 있다.
물론 구글분석이나 네이버분석, 구글 웹마스터 도구의 코드도 삽입이 가능하다.
header.php - 이렇게 이 파일을 아래 처럼 구글웹마스터도구, 네이버,구글분석 코드를 넣을 수 있다.
<html <?php language_attributes(); ?>>
<head>
<meta name="google-site-verification" content="Xㄴㅇㄹㄴㄹㄴㅇㄹㄴㅇㄹ" />
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-424234234', 'auto');
ga('require', 'displayfeatures');
? ga('send', 'pageview');
</script>
<script type="text/javascript" src="http://wcs.naver.net/wcslog.js"></script>
<script type="text/javascript">
if(!wcs_add) var wcs_add = {};
wcs_add["wa"] = "bㅈㄹㅈㄷㄹㅈㄷㄹ";
wcs_do();
</script>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<meta name="viewport" content="width=device-width" />
footer.php - 이렇게 하단에 모바일용 애드센스 코드를 넣을 수 있다.
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- ㄴㅇㄹㄴㄹ 320x100(mobile) -->
<ins class="adsbygoogle"
style="display:inline-block;width:320px;height:100px"
data-ad-client="ca-pub-ㄴㄹㄴㅇㄹㄴㄹ"
data-ad-slot="6ㄴㄹㄴㅇㄹㄴㅇㄹ"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</center>
</body>
</html>
content.php - 이렇게 글 분문 상단과 하단에도 애드센스 코드를 넣을 수 있다.
</div><!-- .entry-meta -->
</header><!-- .entry-header -->
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- ㄹㅈㄷㄹㅈㄹ 320x100(mobile) -->
<ins class="adsbygoogle"
style="display:inline-block;width:320px;height:100px"
data-ad-client="ca-puㅈㄹㅈㄹ44547"
data-ad-slot="62ㅈㄹㅈㄷㄹ82"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<div class="entry-content">
<?php if ( '1' == get_option( 'wp_mobile_excerpt' ) && ( is_home() || is_search() || is_archive() ) ) : ?>
<?php echo minileven_excerpt( 300 ); ?>
<?php else : ?>
.
.
.
.
.
.
</div><!-- .entry-content -->
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- ㅈㄹㅈㄹㅈㄷㄹ0x50(mobile) -->
<ins class="adsbygoogle"
style="display:inline-block;width:320px;height:50px"
data-ad-client="ca-puㅈㄷㄹㅈㄷㄹ547"
data-ad-slot="83ㅈㄷㄹㅈㄷㄹ1"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<footer class="entry-meta">
<?php if ( 'post' == get_post_type() ) : ?>