• Are there any ways i could hide the comments field on my entries page and page? I’m trying to create a site that doesn’t look like a blog, i’m working on removing the comments field but i’m having a hard time, what should i edit? or are there any plugins that will do the job? thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • you dont need to hide the comments form. Look inside the default theme’s single.php.

    See this:

    <?php comments_template(); ?>

    that shows the comment form, all the comments, pingbacks, trackbacks, etc..

    deleting all occurrences of that line from within your theme files will remove the form completely.

    Thread Starter unseenmortal

    (@unseenmortal)

    thanks whooami, i’ll try that.. i’m using a different theme, i’ll just look for that. Thanks again.. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to hide the comments field?’ is closed to new replies.