post-meta.php 559 B

12345678910111213141516
  1. <?php
  2. /**
  3. * Title: Post Meta
  4. * Slug: mpho/post-meta
  5. * Categories: post meta
  6. * Block Types: core/post-date, core/post-author-name
  7. */
  8. ?>
  9. <!-- wp:group {"style":{"spacing":{"blockGap":"0.26rem"},"typography":{"fontSize":"1.2rem"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
  10. <div class="wp-block-group" style="font-size:1.2rem"><!-- wp:paragraph -->
  11. <p><?php echo esc_html_x( 'by', 'The word linking the post title and the post author.', 'mpho' ); ?></p>
  12. <!-- /wp:paragraph -->
  13. <!-- wp:post-author-name {"isLink":true} /--></div>
  14. <!-- /wp:group -->