If you want to display the comments after each of the posts on the Sixteen Nine WordPress theme homepage, you can do so by first adding the following at the end of the theme's functions.php file: function add_comments_to_homepage() { if (is_home()) { global...