|
|
|
ติด Google Adsense ในบน Header Theme นี้ยังไงหรอครับ |
|
|
|
|
|
|
|
คือผมงมมาหลายวันแล้ว อยากจะติด Google Adsense หรือ Banner บน Header ของ Project AR2 Wordpress Theme
header.php
<?php
/**
* AR2's main header template.
*
* @package AR2
* @since 1.0
*/
?>
<!DOCTYPE html>
<html <?php language_attributes() ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<meta name="viewport" content="width=device-width" />
<meta content='MjQzYmUyODE4YTIzYzk4MGFkNjY0ZjMwZjQ4ZTVkMTk=' name='thstats-verify'/>
<?php if ( is_search() || is_author() ) : ?>
<meta name="robots" content="noindex, nofollow" />
<?php endif ?>
<title><?php ar2_document_title() ?></title>
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ) ?>" />
<?php
wp_enqueue_script( 'modernizr', get_template_directory_uri() . '/js/modernizr.custom.min.js', null, '2012-07-08' );
wp_enqueue_script( 'tinynav', get_template_directory_uri() . '/js/tinynav.min.js', array( 'jquery' ), '2012-08-02' );
if ( is_singular() && get_option( 'thread_comments' ) ) wp_enqueue_script( 'comment-reply' );
?>
<?php wp_head() ?>
</head>
<body <?php body_class() ?>>
<?php ar2_body() ?>
<div id="wrapper">
<nav id="top-menu" class="clearfix" role="navigation">
<?php ar2_above_top_menu() ?>
<?php
wp_nav_menu( array(
'sort_column' => 'menu_order',
'menu_class' => 'menu clearfix',
'theme_location' => 'top-menu',
'container' => false,
'fallback_cb' => ''
) );
?>
<?php ar2_below_top_menu() ?>
</nav><!-- #top-menu -->
<header id="header" role="banner">
<div id="branding" class="clearfix">
<?php if ( is_home() || is_front_page() ) : ?>
<hgroup class="logo">
<!--
<h1 class="blog-name"><a href="<?php echo home_url() ?>"><?php bloginfo('name'); ?></a></h1>
<h2 class="blog-description"><?php bloginfo('description'); ?></h2>
-->
</hgroup>
<?php else: ?>
<div class="logo">
<!--
<span class="blog-name"><a href="<?php echo home_url() ?>"><?php bloginfo('name'); ?></a></span>
<span class="blog-description"><?php bloginfo('description'); ?></span>
-->
</div>
<?php endif ?>
<div class="banner">
<?php /*728*90*/ ?>
</div>
</div><!-- #branding -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-12176250-5']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</header><!-- #header -->
<?php ar2_above_nav() ?>
<nav id="main-nav" role="navigation">
<?php
wp_nav_menu( array(
'sort_column' => 'menu_order',
'menu_class' => 'menu clearfix',
'theme_location'=> 'main-menu',
'container' => false,
'fallback_cb' => 'ar2_nav_fallback_cb'
) );
?>
</nav><!-- #nav -->
<?php ar2_below_nav() ?>
<?php ar2_above_main() ?>
<div id="main" class="clearfix">
<div id="container" class="clearfix">
อันนี้ style.css
/* =Header
-------------------------------------------------------------- */
#header {
max-width: 960px;
margin: 0 auto;
padding: 10px;
background: #FFF;
height: 120px;
}
#branding {
height: 120px;
background:url(http://www.thaitiptop.com/wp-content/uploads/2013/02/logo.png) no-repeat;
}
.logo {
float: left;
padding: 4% 1.3em;
font-weight: 700;
/*text-transform: uppercase;*/
}
.blog-name {
margin: 0 0 0.2em;
line-height: 1em;
display: block;
/* font-size: 190%; */
}
.blog-name a:link, .blog-name a:visited {
color: #111;
text-decoration: none;
}
.blog-description {
line-height: 1em;
display: block;
margin: 0;
padding: 0 0 0;
font-size: 90%;
color: #999;
opacity: 0.75;
}
.banner {
float: right;
padding: .8em 0 0;
width: 728px;
}
Tag : PHP, HTML/CSS
|
|
|
|
|
|
Date :
2013-02-16 10:01:41 |
By :
Consolez |
View :
1400 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้แล้วครับ ขอบคุณครับ
|
|
|
|
|
Date :
2013-02-16 11:17:05 |
By :
Consolez |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ถ้า WordPress ใส่ไม่ยากครับ ลองใล่ ๆ ใส่ ดูครับ
|
|
|
|
|
Date :
2013-02-17 07:33:49 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|