byline-date.php 947 B

123456789101112131415161718192021
  1. <?php
  2. /**
  3. * Title: Byline and Date Post Meta
  4. * Slug: infield/byline-date
  5. * Inserter: no
  6. */
  7. declare( strict_types = 1 );
  8. ?>
  9. <!-- wp:group {"style":{"spacing":{"blockGap":"0.26rem","padding":{"bottom":"20px"}},"typography":{"fontSize":"x-small"}},"layout":{"type":"flex","flexWrap":"nowrap","verticalAlignment":"center","justifyContent":"center"}} -->
  10. <div class="wp-block-group" style="padding-bottom:20px;font-size:x-small"><!-- wp:paragraph {"fontSize":"x-small"} -->
  11. <p class="has-x-small-font-size"><?php echo esc_html_x( 'Published by', 'infield' ); ?></p>
  12. <!-- /wp:paragraph -->
  13. <!-- wp:post-author {"showAvatar":false,"showBio":false,"byline":"","fontSize":"x-small"} /-->
  14. <!-- wp:paragraph {"fontSize":"x-small"} -->
  15. <p class="has-x-small-font-size"><?php echo esc_html_x( 'on', 'Preposition: Refers to the post publish date', 'infield' ); ?></p>
  16. <!-- /wp:paragraph -->
  17. <!-- wp:post-date {"isLink":true} /--></div>
  18. <!-- /wp:group -->