byline-date.php 1.2 KB

123456789101112131415161718192021
  1. <?php
  2. /**
  3. * Title: Byline and Date Post Meta
  4. * Slug: craftfully/byline-date
  5. * Inserter: no
  6. */
  7. declare( strict_types = 1 );
  8. ?>
  9. <!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|30"},"typography":{"fontSize":"x-small"},"elements":{"link":{"color":{"text":"#11181fa6"}}},"color":{"text":"#11181fa6"}},"layout":{"type":"flex","flexWrap":"nowrap","verticalAlignment":"center","justifyContent":"left"}} -->
  10. <div class="wp-block-group alignwide has-text-color has-link-color" style="color:#11181fa6;font-size:x-small"><!-- wp:paragraph {"fontSize":"x-small"} -->
  11. <p class="has-x-small-font-size"><?php echo esc_html_x( 'Published by', 'craftfully' ); ?></p>
  12. <!-- /wp:paragraph -->
  13. <!-- wp:post-author {"showAvatar":false,"showBio":false,"byline":"","style":{"typography":{"fontStyle":"normal","fontWeight":"600"}},"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', 'craftfully' ); ?></p>
  16. <!-- /wp:paragraph -->
  17. <!-- wp:post-date {"isLink":true,"style":{"typography":{"fontStyle":"normal","fontWeight":"500"}}} /--></div>
  18. <!-- /wp:group -->