Hi, I'm new to WordPress but not PHP or MySQL. I recently took over administration of a content site that is using WordPress as a CMS and a News poster(http://www.emuhq.com).
The way navigation is currently organized, all content pages are Category pages so that Breadcrumb navigation is autmatically enabled, and news posts about new programs are displayed on each content page.
The problem is that pages called as Category pages don't seem to have any comment information linked. I tried calling comments_template(); which works fine on regular pages but does not show anything on the archive.php (I'm guessing this is equivalent to category.php in this theme).
My question is, is there any mod or hack that enables commenting on Category pages, or is there a better way of ordering navigation so that they terminate in a final "page". Note that we've got several thousand potential entries so maintaining a manual sitemap of permalinks is out of the question.