tema bu usttekı ana kategorılerı yerlestırıyor ancak dedıgım gıbı kategorılenmemıs adlı kategorı bılıyorsunuz wordpress zaten kendısı var kaldıramıyorum veya kalkıyorsada ben bılmıyorum ben bunu bu usttekı menude ıstemıyorum sıze category.php kodlarını verıyorum belkı bunun ıcındedır
<?php get_header(); ?>
<!-- please do not remove this - rounded corners -->
<div id="fixcornersT"><div id="rightcornerT"></div></div>
<!-- end -->
<!-- begin main column -->
<div id="bigcolumn">
<div id="widecolumn">
<div class="postbody">
<?php if (have_posts()) : ?>
<h2>‘<?php single_cat_title(); ?>’ <?=$l_opt['word19']?></h2>
<?php $this_category = get_category($cat); ?>
<span class="feedinner"><a href="<?php print get_category_feed_link($this_category->cat_ID, ''); ?>">Subscribe to RSS feed <img src="<?php bloginfo('template_directory'); ?>/images/rss.gif" alt="" title="Subscribe to RSS" /></a></span>
<?php while (have_posts()) : the_post(); ?>
<div class="p">
<div class="thumb"><?php echo get_the_image(array('Thumbnail','My Thumbnail'),'thumbnail'); ?></div>
<div class="summary">
<h3 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h3>
<div class="time"><?php the_time('l, F j, Y G:i'); ?></div>
<div class="excerpt"><p><?php the_excerpt_reloaded(50, '<a>', FALSE, FALSE, 2); ?></p></div>
<div class="info"><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?=$l_opt['word4']?></a> | <a href="<?php the_permalink() ?>#commenting" title="<?=$l_opt['word5']?>"><?php comments_number($l_opt['word9'],$l_opt['word10'],'% '.$l_opt['word11']); ?></a></div>
<?php the_tags('<div class="tags">'.$l_opt['word12'].' ', ', ', '</div>'); ?>
</div>
</div>
<?php endwhile; ?>
<div class="navigation">
<div class="navleft"><?php next_posts_link('« '.$l_opt['word13']) ?></div>
<div class="navright"><?php previous_posts_link($l_opt['word14'].' »') ?></div>
<div class="clear"></div>
</div>
<?php else : ?>
<h1><?=$l_opt['word1']?></h1>
<h3><?=$l_opt['word2']?></h3>
<?php include(TEMPLATEPATH."/searchform.php"); ?>
<?php endif; ?>
</div>
</div>
<?php get_sidebar(); ?>
<div class="clear"></div>
</div>
<!-- end main column -->
<?php get_footer(); ?>