Comment function for page
Managed to solve this my self. The solution was as simple to just call the comments template. Think I originally messed up by calling the template twice if ( comments_open() || get_comments_number() ) { comments_template(); }