• Resolved rexw

    (@rexw)


    I’ve unchecked the “Allow people to post comments on new articles” but the comment box is still on the page. I do not want to allow people to comment on my page. How do I fix this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Michael

    (@alchymyth)

    this will have effect only for posts and pages crated after the change;

    try:

    dashboard – pages – all pages – click ‘quickedit’ below the page title(s) – untick ‘allow comments’

    in extreme (if you never want to have comments on static pages), create a child theme, and edit page.php to remove:

    // If comments are open or we have at least one comment, load up the comment template.
    					if ( comments_open() || get_comments_number() ) {
    						comments_template();
    					}

    Thread Starter rexw

    (@rexw)

    Thanks! I will mark this as resolved.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Cant remove Comment Box’ is closed to new replies.