Comments belong to Posts, just like Categories and Tags do. There already is a plugin for that, could be a good idea to integrate it.
Voters
+34 more
Tags
Difficulty: Easy
Request: Add feature
Request: Modify feature
Discussion
KTS915
· September 7, 2018 · 15:09
Would this be just for regular posts, or would it also apply to CPTs that accept comments? Could this cope with comments submitted via the REST API?
Pieter Bos
· September 7, 2018 · 15:49
Regular Posts, rest is open for discussion I think.
James Nylen
· September 7, 2018 · 16:57
Pages and other CPTs can also have comments, so it doesn't really make sense to put them under Posts.
Pieter Bos
· September 7, 2018 · 17:44
Categories and Tags can also be used by other CPTs, so maybe it is possible to show them under the post types that use them?
Dora D.
· September 7, 2018 · 19:19
· edited
@Pieter Bos Categories or Tags or other taxonomies are already shown under those post types if they are used. See also docs for register_post_type() at 'taxonomies'.
> Categories or Tags or other taxonomies are already shown under those post types if they are used
Exactly, that's what I meant: do the same for Comments
Jeff Starr
· September 9, 2018 · 19:31
· edited
Updated comment: this idea is fine! (sorry I misunderstood before)
Pieter Bos
· September 9, 2018 · 22:34
The plugin in question (https://wordpress.org/plugins/wp-comment-humility) hasn't been updated for a long time and has only a few lines of code. If it would be built in as an option, then I don't see how that would ruin ClassicPress.
James Nylen
· September 11, 2018 · 20:11
Ok, you got my vote. On every site I've ever seen, the admin menu becomes a big mess, so I think anything we can do to make it easier to navigate would be a win.
Ray Gulick
· October 3, 2018 · 13:46
From an end user perspective, I think it makes perfect sense to put comments under the related CPT, along with related categories and tags (which, as @Dora D pointed out, are already there). Another blog-centric holdover we need to do away with, IMO.
David Shanske
· October 20, 2018 · 15:11
I am more concerned with WordPress as a platform for interactivity, but I do not object to this, provided that we still have a way to show there are comments awaiting moderation, perhaps in the dashbar.
Pieter Bos
· October 20, 2018 · 16:11
Moving the Comments under the Posts does not remove any other functionality, it merely makes a submenu of a topmenu.
James Walker
· April 14, 2019 · 10:46
My sites use Comments in Pages and in Custom Post Types. So at least for me, "Comments belong to Posts, just like Categories and Tags do" doesn't apply. I have no problem with a separate Comments menu item, and would prefer it that way.
The reason why Comments has remained its own Top menu is because it requires moderating the "stream" of incoming comments. So if you move Comments to be a Sub menu of the Posts, what happens when Pages have comments? What happens when custom Post Types have comments? Now your moderation team has to navigate around to 2, 3, 4, or more different places to review the incoming stream of comments, and if they are not tech savvy, they might end up being fired by their boss for not doing their job properly...
Remember also that comments are used in various ways, like review websites that have 50+ different Post Types, can you imagine the nightmare here?
This is somewhat related to the Once And Only Once principle:
Should all these various Comments links show up automatically? Should they only show up if comments were enabled on that Post Type? There are too many variables and potential code and usability conflicts here, so I think this would need a lot of discussion, and probably shouldn't be a priority feature...
glen
· September 22, 2019 · 02:43
Please do NOT move comments to a subMenu! I use comments on Pages. I never allow them on poasts. Many sites are like this. Comments on their own top menu makes it easier to see and manage. Look, everyone is different, in opinions and their websites. So if anything is to be changes, it’s a way to make classicpress more customizable, not less. If someone wants to move the menu around, then perhaps there could be a way to do that. But please don't force hiding the comments in a submenu for all users
Would this be just for regular posts, or would it also apply to CPTs that accept comments? Could this cope with comments submitted via the REST API?
Regular Posts, rest is open for discussion I think.
Pages and other CPTs can also have comments, so it doesn't really make sense to put them under Posts.
Categories and Tags can also be used by other CPTs, so maybe it is possible to show them under the post types that use them?
@Pieter Bos Categories or Tags or other taxonomies are already shown under those post types if they are used. See also docs for register_post_type() at 'taxonomies'.
And about where comments are currently used, see also https://vote.classicpress.net/posts/16/option-for-comment-functionality-in-media
@Dora D. -
> Categories or Tags or other taxonomies are already shown under those post types if they are used
Exactly, that's what I meant: do the same for Comments
Updated comment: this idea is fine! (sorry I misunderstood before)
The plugin in question (https://wordpress.org/plugins/wp-comment-humility) hasn't been updated for a long time and has only a few lines of code. If it would be built in as an option, then I don't see how that would ruin ClassicPress.
Ok, you got my vote. On every site I've ever seen, the admin menu becomes a big mess, so I think anything we can do to make it easier to navigate would be a win.
From an end user perspective, I think it makes perfect sense to put comments under the related CPT, along with related categories and tags (which, as @Dora D pointed out, are already there). Another blog-centric holdover we need to do away with, IMO.
I am more concerned with WordPress as a platform for interactivity, but I do not object to this, provided that we still have a way to show there are comments awaiting moderation, perhaps in the dashbar.
Moving the Comments under the Posts does not remove any other functionality, it merely makes a submenu of a topmenu.
My sites use Comments in Pages and in Custom Post Types. So at least for me, "Comments belong to Posts, just like Categories and Tags do" doesn't apply. I have no problem with a separate Comments menu item, and would prefer it that way.
Reference: https://petitions.classicpress.net/posts/75/pages-before-posts-and-change-of-admin-menu
The reason why Comments has remained its own Top menu is because it requires moderating the "stream" of incoming comments. So if you move Comments to be a Sub menu of the Posts, what happens when Pages have comments? What happens when custom Post Types have comments? Now your moderation team has to navigate around to 2, 3, 4, or more different places to review the incoming stream of comments, and if they are not tech savvy, they might end up being fired by their boss for not doing their job properly...
Remember also that comments are used in various ways, like review websites that have 50+ different Post Types, can you imagine the nightmare here?
This is somewhat related to the Once And Only Once principle:
https://deviq.com/once-and-only-once/
Should all these various Comments links show up automatically? Should they only show up if comments were enabled on that Post Type? There are too many variables and potential code and usability conflicts here, so I think this would need a lot of discussion, and probably shouldn't be a priority feature...
Please do NOT move comments to a subMenu! I use comments on Pages. I never allow them on poasts. Many sites are like this. Comments on their own top menu makes it easier to see and manage. Look, everyone is different, in opinions and their websites. So if anything is to be changes, it’s a way to make classicpress more customizable, not less. If someone wants to move the menu around, then perhaps there could be a way to do that. But please don't force hiding the comments in a submenu for all users