I see this in my sidebar
<li id=”categories”>
<h3><?php p2_option( ‘navcategoriestitle’ ) ?></h3>
<?php wp_list_categories(‘title_li=&show_count=0&hierarchical=1’) ?>
BUT I just want to display a list of all of the posts for a specific category – how do I modify it ?