S.a Arkadaslar Resimdeki kırmızı bölümde gösterdiğim menüleri elle eklemek istiyorum o kod nerede acaba headir kodlarını ekliyorum bir zahmet yardımcı olurmusunuz?
<!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'); ?>" />
<title><?php bloginfo('name'); ?> <?php wp_title(); ?></title>
<link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/style.css" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php echo ap_rssLink(); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<style type="text/css" media="screen">
<?php if (get_settings('thread_comments') == 1){ ?>
ol.commentlist li div.reply {
font:bold 12px/1.4 arial, verdana, helvetica, sans-serif;
background:#666;
border:1px solid #787878;
padding:2px 10px;
text-align:center;
width:55px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: white;
}
ol.commentlist li div.reply a, ol.commentlist li div.reply a:hover{
color: white;
font-weight: 100;
}
ol.commentlist li div.reply:hover {
background:#777;
border:1px solid #888;
}
<?php } ?>
</style>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/scripts/utils.js"></script>
<?php
if ( is_singular() ) wp_enqueue_script( 'comment-reply' );
wp_head();
?>
</head>
<body>
<div id="wrapper">
<div id="surheader">
<p><?php echo ap_twitterLink(); ?> <img style="vertical-align:-3px;" alt="RSS" src="<?php bloginfo('template_directory'); ?>/images/feed-icon-16x16.gif" height="16" width="16" /> <a href="<?php echo ap_rssLink(); ?>"><?php _e('RSS Subscribe',''); ?></a></p>
</div>
<div id="header">
<form method="get" id="searchform2" action="<?php bloginfo('home'); ?>">
<input type="text" onfocus="doClear(this)" value="<?php _e('Search this site...',''); ?>" name="s" id="search2" />
<input type="submit" id="search2submit" value="" />
</form>
<?php them_logo(); ?>
</div>
<div id="container">
<div id="tabs" class="horizmenu">
<ul>
<?php ap_buildMenu(); ?>
</ul>
</div>