Merhabalar, kısaca açıklamak gerekirse;

http://www.animeizlex.com/dizi/classicaloid/

örneğin şurada bir dizinin genel açıklaması vs mevcut. Ben buraya "bu kategoriye ait" konuları nasıl çekebilirim ?

Mesela benim şuanda kullandığım kod bu;

<ul>
<?php $postslist = get_posts('numberposts=10&category=3');
foreach ($postslist as $post) : setup_postdata($post); ?>
<li><a href="<?php the_permalink(); ?>" rel="bookmark" title="< ?php the_title(); ?>"><?php the_title(); ?></a></li>
<?php endforeach; ?>
</ul>
Burada kategori numarası 3 olan konuları çekiyor sadece. Ama benim istediğim o anda hangi kategorideysek onun konularını çeksin istiyorum ..