Hello all. I am going nuts here trying to figure this out. For some reason, the little box that shows up that allows people to post comments does not show up on my site (the one with name,email, comments etc). There is no way to post comments.
I am using 1.5 with the Trident theme. “Comments allowed” is checked. Permalinks are on and seem to be working otherwise. The comment link goes to https://www.mysite.com/the_category/#comments so that looks OK. The post shows up on that page fine, but no way to make comments. Any ideas?
Here is relevant code from the templates index.php file:
<div class=”feedback”>
<?php wp_link_pages(); ?>
<?php comments_popup_link(__(‘Comments (0)’), __(‘Comments (1)’), __(‘Comments (%)’)); ?>
</div>
<!–
<?php trackback_rdf(); ?>
–>
</div>
<?php comments_template( is_single() ); // Get wp-comments.php template ?>
—————————–
Thank you so much for any help!!
-shiva