How Do You Remove Comments Box On Wordpress Theme?

1 replies
  • WEB DESIGN
  • |
Hi there,

I am putting together a simple site for a friend but need to remove the Comment Box. Could you tell me how to delete this. I am practicing on a subdomain while I figure out what to do.

Rosalie Genay | Jazz Vocalist in London

Please be aware - I am a newbie novice when it comes to html stuff so step by step "talking to a young child" language would be greatly appeciated.

Thank you in advance.

Tiptopcat
#box #comments #remove #theme #wordpress
  • Profile picture of the author Istvan Horvath
    In the theme you are using (2010) open the loop-page.php template file and in line #34 look for this code:

    <?php comments_template( '', true ); ?>

    Make it like this:
    <?php // comments_template( '', true ); ?>
    Notice the 2 slashes added = it means the PHP code is commented out.

    P.S. When I say "edit" I ALWAYS mean download it to your computer via FTP; open it in a simple text editor (NEVER MS Word or similar wordprocessors!!!); make the edit; upload it back.
    Signature

    {{ DiscussionBoard.errors[5088732].message }}

Trending Topics