77 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			77 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| /**
 | |
|  * Title: Post Meta
 | |
|  * Slug: twentytwentythree/post-meta
 | |
|  * Categories: query
 | |
|  * Keywords: post meta
 | |
|  * Block Types: core/template-part/post-meta
 | |
|  */
 | |
| ?>
 | |
| <!-- wp:spacer {"height":"0"} -->
 | |
| <div style="height:0" aria-hidden="true" class="wp-block-spacer"></div>
 | |
| <!-- /wp:spacer -->
 | |
| 
 | |
| <!-- wp:group {"style":{"spacing":{"margin":{"top":"var:preset|spacing|70"}}},"layout":{"type":"constrained"}} -->
 | |
| <div class="wp-block-group" style="margin-top:var(--wp--preset--spacing--70)">
 | |
| 	<!-- wp:separator {"opacity":"css","align":"wide","className":"is-style-wide"} -->
 | |
| 	<hr class="wp-block-separator alignwide has-css-opacity is-style-wide"/>
 | |
| 	<!-- /wp:separator -->
 | |
| 
 | |
| 	<!-- wp:columns {"align":"wide","style":{"spacing":{"margin":{"top":"var:preset|spacing|30"},"blockGap":"var:preset|spacing|30"}},"fontSize":"small"} -->
 | |
| 	<div class="wp-block-columns alignwide has-small-font-size" style="margin-top:var(--wp--preset--spacing--30)">
 | |
| 		<!-- wp:column {"style":{"spacing":{"blockGap":"0px"}}} -->
 | |
| 		<div class="wp-block-column">
 | |
| 			<!-- wp:group {"style":{"spacing":{"blockGap":"0.5ch"}},"layout":{"type":"flex"}} -->
 | |
| 			<div class="wp-block-group">
 | |
| 				<!-- wp:paragraph -->
 | |
| 				<p>
 | |
| 					<?php echo esc_html_x( 'Posted', 'Verb to explain the publication status of a post', 'twentytwentythree' ); ?>
 | |
| 				</p>
 | |
| 				<!-- /wp:paragraph -->
 | |
| 
 | |
| 				<!-- wp:post-date /-->
 | |
| 
 | |
| 				<!-- wp:paragraph -->
 | |
| 				<p>
 | |
| 					<?php echo esc_html_x( 'in', 'Preposition to show the relationship between the post and its categories', 'twentytwentythree' ); ?>
 | |
| 				</p>
 | |
| 				<!-- /wp:paragraph -->
 | |
| 
 | |
| 				<!-- wp:post-terms {"term":"category"} /-->
 | |
| 			</div>
 | |
| 			<!-- /wp:group -->
 | |
| 
 | |
| 			<!-- wp:group {"style":{"spacing":{"blockGap":"0.5ch"}},"layout":{"type":"flex"}} -->
 | |
| 			<div class="wp-block-group">
 | |
| 				<!-- wp:paragraph -->
 | |
| 				<p>
 | |
| 					<?php echo esc_html_x( 'by', 'Preposition to show the relationship between the post and its author', 'twentytwentythree' ); ?>
 | |
| 				</p>
 | |
| 				<!-- /wp:paragraph -->
 | |
| 
 | |
| 				<!-- wp:post-author {"showAvatar":false} /-->
 | |
| 			</div>
 | |
| 			<!-- /wp:group -->
 | |
| 		</div>
 | |
| 		<!-- /wp:column -->
 | |
| 
 | |
| 		<!-- wp:column {"style":{"spacing":{"blockGap":"0px"}}} -->
 | |
| 		<div class="wp-block-column">
 | |
| 			<!-- wp:group {"style":{"spacing":{"blockGap":"0.5ch"}},"layout":{"type":"flex","orientation":"vertical"}} -->
 | |
| 			<div class="wp-block-group">
 | |
| 				<!-- wp:paragraph -->
 | |
| 				<p>
 | |
| 					<?php echo esc_html_x( 'Tags:', 'Label for a list of post tags', 'twentytwentythree' ); ?>
 | |
| 				</p>
 | |
| 				<!-- /wp:paragraph -->
 | |
| 
 | |
| 				<!-- wp:post-terms {"term":"post_tag"} /-->
 | |
| 			</div>
 | |
| 			<!-- /wp:group -->
 | |
| 		</div>
 | |
| 		<!-- /wp:column -->
 | |
| 	</div>
 | |
| 	<!-- /wp:columns -->
 | |
| </div>
 | |
| <!-- /wp:group -->
 |