Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End WordPress newbie question on the comments.php file Re: WordPress newbie question on the comments.php file

#59227

You don’t want to change comments.php. Assuming you are using pages, they are displayed using the page.php template. All you have to do is look for a section that starts <div class="authormeta"> and remove that entire <div> from the template (including the closing </div>).

If you don’t wish your pages to have comments then you can turn comments off in the Edit Page screen under Discussion.