Created the file taxonomy-poster_category.php to display posts of a specific taxonomy. How to this page add a comments form?
global $withcomments;
$withcomments = true;
comments_template();
so connect page comments.php but the form and the list of comments never appear.