post-title.php 1.4 KB

123456789101112131415161718192021222324252627
  1. <?php
  2. /**
  3. * Title: Post title
  4. * Slug: nook/post-title
  5. * Inserter: no
  6. */
  7. declare( strict_types = 1 );
  8. ?>
  9. <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|40"}},"layout":{"type":"constrained"}} -->
  10. <div class="wp-block-group"><!-- wp:post-terms {"term":"category","style":{"typography":{"textTransform":"uppercase","fontStyle":"normal","fontWeight":"600"},"elements":{"link":{"color":{"text":"var:preset|color|secondary"}}}},"textColor":"secondary","fontSize":"small"} /-->
  11. <!-- wp:post-title {"isLink":true} /-->
  12. <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|30"},"elements":{"link":{"color":{"text":"#11181fa6"}}},"color":{"text":"#11181fa6"}},"layout":{"type":"flex","flexWrap":"nowrap","verticalAlignment":"center","justifyContent":"left","fontSize":"small"}} -->
  13. <div class="wp-block-group has-text-color has-link-color has-small-font-size" style="color:#11181fa6"><!-- wp:paragraph -->
  14. <p><?php echo esc_html_x( 'Published by', 'nook' ); ?></p>
  15. <!-- /wp:paragraph -->
  16. <!-- wp:post-author {"showAvatar":false,"showBio":false,"byline":"","style":{"typography":{"fontStyle":"normal","fontWeight":"600"}}} /-->
  17. <!-- wp:paragraph -->
  18. <p><?php echo esc_html_x( 'on', 'Preposition: Refers to the post publish date', 'nook' ); ?></p>
  19. <!-- /wp:paragraph -->
  20. <!-- wp:post-date {"isLink":true,"style":{"typography":{"fontStyle":"normal","fontWeight":"500"}}} /--></div>
  21. <!-- /wp:group --></div>
  22. <!-- /wp:group -->