I am trying to show all posts in each category. I've been searching around and it seems I need to have either the category slug or term_id to do so, like the code below.
<?php query_posts('category_name=MyCategory&showposts=9999'); ?>
I'm currently editing the archive.php how to get the slug name?
Thanks.