| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * Title: Post Meta 4 * Slug: twentytwentythree/post-meta 5 * Categories: query 6 * Keywords: post meta 7 * Block Types: core/template-part/post-meta 8 * Description: Post meta information with separator on the top. 9 * 10 * @package WordPress 11 * @subpackage Twenty_Twenty_Three 12 * @since Twenty Twenty-Three 1.0 13 */ 14 15 ?> 16 17 <!-- wp:spacer {"height":"0"} --> 18 <div style="height:0" aria-hidden="true" class="wp-block-spacer"></div> 19 <!-- /wp:spacer --> 20 21 <!-- wp:group {"style":{"spacing":{"margin":{"top":"var:preset|spacing|70"}}},"layout":{"type":"constrained"}} --> 22 <div class="wp-block-group" style="margin-top:var(--wp--preset--spacing--70)"> 23 <!-- wp:separator {"opacity":"css","align":"wide","className":"is-style-wide"} --> 24 <hr class="wp-block-separator alignwide has-css-opacity is-style-wide"/> 25 <!-- /wp:separator --> 26 27 <!-- wp:columns {"align":"wide","style":{"spacing":{"margin":{"top":"var:preset|spacing|30"},"blockGap":"var:preset|spacing|30"}},"fontSize":"small"} --> 28 <div class="wp-block-columns alignwide has-small-font-size" style="margin-top:var(--wp--preset--spacing--30)"> 29 <!-- wp:column {"style":{"spacing":{"blockGap":"0px"}}} --> 30 <div class="wp-block-column"> 31 <!-- wp:group {"style":{"spacing":{"blockGap":"0.5ch"}},"layout":{"type":"flex"}} --> 32 <div class="wp-block-group"> 33 <!-- wp:paragraph --> 34 <p> 35 <?php echo esc_html_x( 'Posted', 'Verb to explain the publication status of a post', 'twentytwentythree' ); ?> 36 </p> 37 <!-- /wp:paragraph --> 38 39 <!-- wp:post-date /--> 40 41 <!-- wp:paragraph --> 42 <p> 43 <?php echo esc_html_x( 'in', 'Preposition to show the relationship between the post and its categories', 'twentytwentythree' ); ?> 44 </p> 45 <!-- /wp:paragraph --> 46 47 <!-- wp:post-terms {"term":"category"} /--> 48 </div> 49 <!-- /wp:group --> 50 51 <!-- wp:group {"style":{"spacing":{"blockGap":"0.5ch"}},"layout":{"type":"flex"}} --> 52 <div class="wp-block-group"> 53 <!-- wp:paragraph --> 54 <p> 55 <?php echo esc_html_x( 'by', 'Preposition to show the relationship between the post and its author', 'twentytwentythree' ); ?> 56 </p> 57 <!-- /wp:paragraph --> 58 59 <!-- wp:post-author {"showAvatar":false} /--> 60 </div> 61 <!-- /wp:group --> 62 </div> 63 <!-- /wp:column --> 64 65 <!-- wp:column {"style":{"spacing":{"blockGap":"0px"}}} --> 66 <div class="wp-block-column"> 67 <!-- wp:group {"style":{"spacing":{"blockGap":"0.5ch"}},"layout":{"type":"flex","orientation":"vertical"}} --> 68 <div class="wp-block-group"> 69 <!-- wp:paragraph --> 70 <p> 71 <?php echo esc_html_x( 'Tags:', 'Label for a list of post tags', 'twentytwentythree' ); ?> 72 </p> 73 <!-- /wp:paragraph --> 74 75 <!-- wp:post-terms {"term":"post_tag"} /--> 76 </div> 77 <!-- /wp:group --> 78 </div> 79 <!-- /wp:column --> 80 </div> 81 <!-- /wp:columns --> 82 </div> 83 <!-- /wp:group -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Fri Aug 14 08:20:23 2026 | Cross-referenced by PHPXref |