Substitute Post Content block with Excerpt block in template-query-loop.php
#628
Labels
[Type] Bug
An existing feature does not function as intended.
Description
The
template-query-loop.php
pattern should use the Excerpt block instead of the Post Content block. Otherwise, the "Reload full page" toggle is enabled and the Query Loop cannot use enhanced pagination.That's because the Post Content block is incompatible with the enhanced pagination of the Query Loop block. The Post Content block could contain any arbitrary content, and there is currently no reliable way to detect if it doesn't have content that might be incompatible. See WordPress/gutenberg#55539 for more context.
Step-by-step reproduction instructions
Expected behavior
The "Reload full page" toggle should be disabled thus allowing for enhanced pagination.
Screenshots
The text was updated successfully, but these errors were encountered: