Dear WordPresser,
I made a page template. It shows posts from a special category.
But with the code <?php comments_template(); ?> comments had not been shown.
So I inserted the following and the comemnts worked fine.
<?php global $withcomments; $withcomments = true;
comments_template( '', true ); ?>
But now I saw, that a new comment is not connected to the page. It's connected to the last post, shown on that page.
So also no Pingbacks are being shown.
Has anybody an idea how to change the comment function, that it will connect the comemnts with the page?
Would be great to hear some ideas.
Yours, Skritz