-
Notifications
You must be signed in to change notification settings - Fork 92
Change Post Comments to Query Comments #192
Conversation
Does this need to have the post comments form in it too? I don't see the ability to add comments otherwise. Also... how much styling is possible here? We'd like it to look like it does in |
I can't find a way to add the form without using the post comments block, which isn't shipping in 5.9. I'm not sure if this will be possible... |
I'm able to place it in manually via the site editor, and that generally seems to work?
|
@@ -0,0 +1,9 @@ | |||
<!-- wp:comments-query-loop --> | |||
<div class="wp-block-comments-query-loop"><!-- wp:comment-template --> | |||
<!-- wp:post-comment-author {"isLink":true} /--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm able to place it in manually via the site editor, and that generally seems to work?
I'm confused about how this is expected to work in 5.9.
The post-comment-author
, post-comment-date
, post-comment-content
, and post-comments-form
are all currently marked as experimental.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we use blocks that are marked as experimental, they just don't show up in the inserter?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, that doesn't sound right.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a comment here to get some clarification: WordPress/gutenberg#35979 (comment)
Hi folks, I've noted here that I don't think we should use the Comments Query Loop block in the twentytwentytwo as it's still very basic and not ready to be included in 5.9. |
I think we can close this since Thanks for pushing the conversation forward with the PR @scruffian. |
Description
Post Comments isn't shipping in 5.9 so trying Query Comments instead as proposed in #179
Screenshots
Testing Instructions