
Arkadaşlar temamın üst menüye sayfa değil diyelim forum yazıp link vericem ama ne biçim bitemadır ki headerde ekleyeceğim yer yok sanki şifreli, header in içerği aşşağıda
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<meta name="distribution" content="global" />
<meta name="robots" content="follow, all" />
<meta name="language" content="tr, en" />
<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> <?php } ?> <?php wp_title(); ?></title>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Beslemesi" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<link rel="shortcut icon" href="<?php bloginfo('template_url'); ?>/images/favicon.ico" type="image/x-icon" />
<style type="text/css" media="screen">
<!-- @import url( <?php bloginfo('stylesheet_url'); ?> ); -->
</style>
<?php wp_head(); ?>
</head>
<body>
<div id="navbar">
<div class="navleft">
<?php wp_page_menu('show_home=1'); ?>
<div class="blogbaslik">
<a href="<?php echo get_settings('home'); ?>/"><?php bloginfo('name'); ?></a> <?php bloginfo('description'); ?>
</div><!--blogbaslik-->
</div><!--navleft-->
<div class="navright">
<div class="tkip">
<a href="<?php bloginfo('rss2_url'); ?>" title="RSS ile yazıları takip edin.">Yazıları takip et</a><br/>
<a href="<?php bloginfo('comments_rss2_url'); ?>" title="RSS ile yorumları takip edin.">Yorumları takip et</a>
</div><!--tkip-->
<form id="searchform" method="get" action="<?php bloginfo('home'); ?>">
<input type="text" name="s" id="s" size="22" value="Buradan arayabilirsiniz..." tabindex="5" onfocus="if (value =='Buradan arayabilirsiniz...'){value =''}" onblur="if (value ==''){value='Buradan arayabilirsiniz...'}" />
</form>
</div><!--navright-->
<br class="temizle" />
</div><!--navbar-->