Twenty Twenty-Three: In page template, make post titles links.

In the "Blog (alternative)" page template, turn post titles into links. This is to better align with user expectations that individual post titles in a blog-like list of recent posts will be links to the corresponding blog posts.

Props scruffian.
Fixes #57175.

git-svn-id: https://develop.svn.wordpress.org/trunk@54887 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Bernie Reiter 2022-11-28 15:11:03 +00:00
parent 82849926e1
commit 45f3a01473

View file

@ -15,7 +15,7 @@
<!-- wp:column {"verticalAlignment":"center","width":"80%"} -->
<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:80%">
<!-- wp:post-title /-->
<!-- wp:post-title {"isLink":true} /-->
</div>
<!-- /wp:column -->
</div>