Make WordPress Core


Ignore:
Timestamp:
11/28/2022 03:11:03 PM (2 years ago)
Author:
Bernhard Reiter
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentythree/templates/blog-alternative.html

    r54629 r54887  
    1616                <!-- wp:column {"verticalAlignment":"center","width":"80%"} -->
    1717                <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:80%">
    18                     <!-- wp:post-title /-->
     18                    <!-- wp:post-title {"isLink":true} /-->
    1919                </div>
    2020                <!-- /wp:column -->
Note: See TracChangeset for help on using the changeset viewer.