thegodwhip adlı üyeden alıntı: mesajı görüntüle
kalıcı bağlantı ayarlında mı bir problem var ? normal kategori bağlantı linki nediir ? site adı nedir, inceleyeyim.
çözdüm hocam

<?php $recentPosts = new WP_Query();
$recentPosts->query('showposts=500&cat='.$this_category->cat_ID); ?>
<?php while ($recentPosts->have_posts()) : $recentPosts->the_post(); ?>
<li><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></li>
<?php endwhile; ?>

bu kodu koydum html entegre ediyodum bu işimi gördü