Hi Dan,You can remove the cotmmnes in two ways:1. Method OneOpen the index.php file located in the root folder of the theme(you can also use the editor in the wordpress admin area, under Appearance > Editor, file is named “Main Index Template .On line 27, where this shows: get_template_part( loop’, home’ );. Change to get_template_part( loop’, index’ );2. Method TwoOpen file loop-home.php in the root folder of the theme (you can aslo use the editor in the wordpress admin area)On line 48 where this is displayed: , change to . Now on line 62 thru line 65, you will remove all these lines. So where this displays: ID); ?>Hope this helps