I am trying to create a site that shows the same comments on two different pages, however i have been unable to find a way to override the setting that puts only comments from one page to that page only.
my comments.php is a modified version of the defauld using
wp_list_comments()
i tried to pass in the page parameter however the codex doesn't explain what it does and i couldn't get it to work...