Changeset 52392 for trunk/src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php
- Timestamp:
- 12/20/2021 04:48:54 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php
r52375 r52392 25 25 <div class="wp-block-column" style="padding-bottom:6rem;flex-basis:66.66%"><!-- wp:query {"queryId":9,"query":{"perPage":"5","pages":0,"offset":0,"postType":"post","categoryIds":[],"tagIds":[],"order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false},"displayLayout":{"type":"list"},"layout":{"inherit":true}} --> 26 26 <div class="wp-block-query"><!-- wp:post-template --> 27 <!-- wp:post-title {"isLink":true,"style":{"spacing":{"margin":{"top":"0","bottom":"1rem"}},"typography":{"fontStyle":"normal","fontWeight":"300"},"elements":{"link":{"color":{"text":"var:preset|color|foreground"}}}},"textColor":"foreground","fontSize":" huge"} /-->27 <!-- wp:post-title {"isLink":true,"style":{"spacing":{"margin":{"top":"0","bottom":"1rem"}},"typography":{"fontStyle":"normal","fontWeight":"300"},"elements":{"link":{"color":{"text":"var:preset|color|foreground"}}}},"textColor":"foreground","fontSize":"var(--wp--custom--typography--font-size--huge, clamp(2.25rem, 4vw, 2.75rem))"} /--> 28 28 29 29 <!-- wp:post-featured-image {"isLink":true} /--> … … 63 63 <!-- /wp:spacer --> 64 64 65 <!-- wp:site-title {"isLink":false,"style":{"typography":{"fontStyle":"normal","fontWeight":"300","lineHeight":"1.2"}},"fontSize":" medium","fontFamily":"source-serif-pro"} /-->65 <!-- wp:site-title {"isLink":false,"style":{"typography":{"fontStyle":"normal","fontWeight":"300","lineHeight":"1.2"}},"fontSize":"large","fontFamily":"source-serif-pro"} /--> 66 66 67 67 <!-- wp:site-tagline /--> … … 71 71 <!-- /wp:spacer --> 72 72 73 <!-- wp:heading {"level":4,"fontSize":" medium"} -->74 <h4 class="has- medium-font-size"><em>' . esc_html__( 'Categories', 'twentytwentytwo' ) . '</em></h4>73 <!-- wp:heading {"level":4,"fontSize":"large"} --> 74 <h4 class="has-large-font-size"><em>' . esc_html__( 'Categories', 'twentytwentytwo' ) . '</em></h4> 75 75 <!-- /wp:heading --> 76 76 77 77 <!-- wp:tag-cloud {"taxonomy":"category","showTagCounts":true} /--> 78 78 79 <!-- wp:heading {"level":4,"fontSize":" medium"} -->80 <h4 class="has- medium-font-size"><em>' . esc_html__( 'Tags', 'twentytwentytwo' ) . '</em></h4>79 <!-- wp:heading {"level":4,"fontSize":"large"} --> 80 <h4 class="has-large-font-size"><em>' . esc_html__( 'Tags', 'twentytwentytwo' ) . '</em></h4> 81 81 <!-- /wp:heading --> 82 82
Note: See TracChangeset
for help on using the changeset viewer.