Is there a way to hide the comments column in the backend? When you look at the pages, there’s a comments column even though I’ve disabled them.
I made WordPress into a CMS and it may cause some confusion.
Is there a way to hide the comments column in the backend? When you look at the pages, there’s a comments column even though I’ve disabled them.
I made WordPress into a CMS and it may cause some confusion.
You must be logged in to post a comment.
Try this:
If you need it for posts instead of pages, use
manage_edit-post_columns
instead. The same goes for any post type, really, asmanage_edit-{post_type}_columns
.Another way to ensure that the comments column is removed from all Post types and not just Pages, use the following instead:
You can also look into the Disable Blogging plugin which extensively disables the comment functionality among other blog-related features that are needed when using WordPress as a static CMS.