How do I turn comments off for pages, but not posts?
The Front-End Solution: Trick your templates You could fake that comments are open for specific post types. The following code works for all templates, that wrap the comment form (or whatever comment related code/UI elements) inside a conditional comments_open() check. The little magic … wrapped up in a quick’n’small plugin. /** * Plugin Name: Disable … Read more