[wp-hackers] Disable comments on pages post type
Christopher Ross
cross at thisismyurl.com
Thu May 26 14:19:12 UTC 2011
Hi Rob, John's point that remove_post_type_support( 'page', 'comments' ); will remove them is a great way to do it, except that it adds code to the work WP has to do as opposed to removing the line takes away from the workload.
I'd just open page.php and remove the comment line if you never want it to be seen.
Chris
On 2011-05-26, at 10:53 AM, Robert Lusby wrote:
> What's the "best practise" way to disable comments support on the "page" post types?
>
> When creating a custom post type, you specify:
> register_post_type('example', array('supports' => array('title','comments')));
> thus creating the comments functionality on the front-end, and the back-end. Removing this, would remove the comments box from the back-end, as well as not accepting posts on the front-end.
>
> How do you modify the page post type to disable comments support?
>
> I know you can obviously just "untick" the box under discussion, but I'm looking to remove "comments" support from "page" post types altogether ...
>
> TIA,
> Rob
>
>
>
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
__
Christopher Ross
Online Portfolio - http://christopherross.ca
Personal Blog - http://thisismyurl.com
More information about the wp-hackers
mailing list