Hi thanks so much for getting back to me, there is an archive.php, but not a category.php
The category was already in the sidebar when I switched to the theme, so should I paste that code in the sidebar.php?
here’s what the html is right now:
<div class=”menuheader”></div>
<div class=”menucontent”>
<h5 class=”menucats”><span>News Categories</span></h5>
<?php wp_list_categories( ‘title_li=’); ?>
</div>
<div class=”menufooter”></div>