FSE: Add links to the post title block when used in the query #23861
Labels
[Block] Post Title
Affects the Post Title Block
[Feature] Themes
Questions or issues with incorporating or styling blocks in a theme.
[Status] In Progress
Tracking issues with work in progress
With full site editing enabled, the query /loop block renders the blocks that are placed inside it.
Compare
https://github.com/WordPress/gutenberg/blob/master/packages/block-library/src/query-loop/index.php#L32
With the latest post block that has links for the titles:
https://github.com/WordPress/gutenberg/blob/master/packages/block-library/src/latest-posts/index.php#L95
There needs to be context added so that theme developers can choose when the title
is a link text for a link leading to the content (archives), and when it is not (single view).
Two things that makes this more difficult is:
The text was updated successfully, but these errors were encountered: