byline-date.php 891 B

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