Hicbir Ekleme Yapiyorum

<title><?php if ( is_home() ) { ?><? bloginfo('name'); ?> DENEME<?php } ?><?php if ( is_single() ) { ?><?php wp_title(''); ?><?php } ?><?php if ( is_category() ) { ?><?php single_cat_title(); ?><?php } ?></title>


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<?php
$options = get_option('blocks_options');
if (is_home()) { $sMenuHome = 'current_page_item'; } else { $sMenuHome = 'page_item'; }
?>

<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>dede; charset=<?php bloginfo('charset'); ?>" />
<title><?php bloginfo('name'); ?><?php wp_title(); ?></title>
<link rel="alternate" type="application/rss+xml" title="<?php _e('RSS 2.0 - all posts', 'blocks'); ?>" href="<?php if($options['feed'] && $options['feed_url']) {echo($options['feed_url']);} else {bloginfo('rss2_url');} ?>" />
<link rel="alternate" type="application/rss+xml" title="<?php _e('RSS 2.0 - all comments', 'blocks'); ?>" href="<?php bloginfo('comments_rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />

<!-- style START -->
<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" media="screen" />
<?php if (strtoupper(get_locale()) == 'ZH_CN') : ?>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/css/zh_CN.css" type="text/css" media="screen" />
<?php endif; ?>
<?php if ($options['sidebar'] == 2) : ?>
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/style_3col.css" type="text/css" media="screen" />
<?php endif; ?>
<?php if ($options['sidebar_position'] == 'left') : ?>
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/sidebar_left.css" type="text/css" media="screen" />
<?php endif; ?>
<?php
if ($options['sidebar'] == 2 && $width = (int)$options['left_sidebar_width'] ) {
$styles = '<style type="text/css">';
$styles .= '#sidebar_left {width: ' . $width . 'px;}';
$styles .= '#sidebar_right {width: ' . (308 - $width) . 'px;}';
$styles .= '</style>';
echo($styles);
}
?>
<!-- style END -->

<!-- script START -->
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/util.js"></script>
<!-- script END -->

<?php wp_head(); ?>
</head>

<body>

<!-- container START -->
<div id="container">


<!-- header START -->
<div id="header">
<div class="content">
<div id="title">
<h1><a href="<?php bloginfo('url'); ?>/"><?php bloginfo('name'); ?></a></h1>
<div id="tagline"><?php bloginfo('description'); ?></div>
</div>
<div class="clear"></div>
</div>
<div class="bgbg">
<tr>

<td width="832" class="link" height="23" align="center">
<font face="Tw Cen MT">|<font color="#FFFFFF"><font color="#000000">
</font>
<a href="http://www.Soyleme.Com" style="text-decoration: none; ">
<font color="#000000">Ana Sayfa</font></a></font> |
<a href="#" style="text-decoration: none; "><font color="#000000">Giriş</font></a><a href="#"
onclick="this.style.behavior='url(#default#homepag e)';this.setHomePage('http://www.Soyleme.Com');" style="text-decoration: none; "><font color="#000000">
Sayfam Yap</font></a> </font>|</td></tr></center>
<?php wp_list_pages('depth=1&title_li=0&sort_column=menu _order'); ?>

<?php if ( $user_ID ) : ?>

<?php endif; ?>

<div class="clear"></div>
</div>
</div>
<!-- header END -->

<!-- content START -->
<div id="content">

<!-- main START -->
<div id="main">

Aynen Bu Şekilde Ekledim Header php ye