How to enable Disqus comments in a WordPress theme I’m creating from scratch? [closed]

Disqus replaces the comments_template() function, which is normally responsible for outputting comments into a template. So as long as your single template uses comments_template() for displaying comments, Disqus should be able to take over that section of the template and handle comments itself.