- Timestamp:
- 10/17/2023 02:12:07 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfour/patterns/hidden-post-meta.php
r56764 r56951 1 1 <?php 2 2 /** 3 * Title: Post Meta4 * slug: twentytwentyfour/post-meta5 * inserter: no3 * Title: Post meta 4 * Slug: twentytwentyfour/hidden-post-meta 5 * Inserter: no 6 6 */ 7 7 ?> 8 8 9 9 <!-- wp:group {"layout":{"type":"constrained"}} --> 10 <div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0.3em"}},"layout":{"type":"flex","justifyContent":"left"}} --> 11 <div class="wp-block-group"><!-- wp:post-date {"format":"M j, Y","isLink":true} /--> 10 <div class="wp-block-group"> 11 <!-- wp:group {"style":{"spacing":{"blockGap":"0.3em"}},"layout":{"type":"flex","justifyContent":"left"}} --> 12 <div class="wp-block-group"> 13 <!-- wp:post-date {"format":"M j, Y","isLink":true} /--> 12 14 13 <!-- wp:paragraph {"textColor":"contrast-2"} -->14 <p class="has-contrast-2-color has-text-color">—</p>15 <!-- /wp:paragraph -->15 <!-- wp:paragraph {"textColor":"contrast-2"} --> 16 <p class="has-contrast-2-color has-text-color">—</p> 17 <!-- /wp:paragraph --> 16 18 17 <!-- wp:paragraph {"fontSize":"small","textColor":"contrast-2"} -->18 <p class="has-small-font-size has-contrast-2-color has-text-color"><?php echo esc_html_x( 'by', 'Prefix for the post author block: By author name', 'twentytwentyfour' ); ?></p>19 <!-- /wp:paragraph -->19 <!-- wp:paragraph {"fontSize":"small","textColor":"contrast-2"} --> 20 <p class="has-small-font-size has-contrast-2-color has-text-color"><?php echo esc_html_x( 'by', 'Prefix for the post author block: By author name', 'twentytwentyfour' ); ?></p> 21 <!-- /wp:paragraph --> 20 22 21 <!-- wp:post-author-name {"isLink":true} /-->23 <!-- wp:post-author-name {"isLink":true} /--> 22 24 23 <!-- wp:post-terms {"term":"category","prefix":"<?php echo esc_html_x( 'in ', 'Prefix for the post category block: in category name', 'twentytwentyfour' ); ?>"} /-->25 <!-- wp:post-terms {"term":"category","prefix":"<?php echo esc_html_x( 'in ', 'Prefix for the post category block: in category name', 'twentytwentyfour' ); ?>"} /--> 24 26 27 </div> 28 <!-- /wp:group --> 25 29 </div> 26 <!-- /wp:group --></div>27 30 <!-- /wp:group -->
Note: See TracChangeset
for help on using the changeset viewer.