<?php dp_list_categories(4); ?>
ana sayfada ust menude kategorılerı gostermeye yarıyor ben kategorileri değilde Sayfaları gostermek ıstıyorum nasıl yapabılırım ?
header.php
<!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" dir="ltr" lang="en-US">
<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>
<?php wp_head(); ?>
<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" /> <!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/ie.css" />
<![endif]-->
</head>
<body> <div id="site">
<div id="tumsite">
<div id="header"> <div class="logo">
</div>
<div id="Menu">
<ul>
<li><a href="<?php bloginfo('url'); ?>" title="Anasayfa">Anasayfa</a></li>
<?php dp_list_categories(4); ?>
</ul>
</div>
</div>www.rahatiz.com