Hi,
As my site is a static site and not a blog (other than perhaps one page I will add to it), how do I remove the comments area from the bottom of the pages??
Thanks!
Hi,
As my site is a static site and not a blog (other than perhaps one page I will add to it), how do I remove the comments area from the bottom of the pages??
Thanks!
Uncheck "Allow people to post comments on new articles" in the wp-admin under Settings > Discussion.
Then edit this per individual page/post to allow/disallow commenting. This option is in the Discussion area when editing your post/page.
or
Remove code simular to this <?php comments_template( '', true ); ?> from your theme's template files.
You must log in to post.