hidden-post-meta.php 1.0 KB

123456789101112131415161718192021222324252627282930
  1. <?php
  2. /**
  3. * Title: Post meta
  4. * Slug: olympique/hidden-post-meta
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:group {"layout":{"type":"constrained"}} -->
  9. <div class="wp-block-group">
  10. <!-- wp:group {"style":{"spacing":{"blockGap":"0.3em"}},"layout":{"type":"flex","justifyContent":"left"}} -->
  11. <div class="wp-block-group">
  12. <!-- wp:post-date {"format":"M j, Y","isLink":true} /-->
  13. <!-- wp:paragraph {"textColor":"contrast-2"} -->
  14. <p class="has-contrast-2-color has-text-color">—</p>
  15. <!-- /wp:paragraph -->
  16. <!-- wp:paragraph {"fontSize":"small","textColor":"contrast-2"} -->
  17. <p class="has-small-font-size has-contrast-2-color has-text-color"><?php echo esc_html_x( 'by', 'Prefix for the post author block: By author name', 'olympique' ); ?></p>
  18. <!-- /wp:paragraph -->
  19. <!-- wp:post-author-name {"isLink":true} /-->
  20. <!-- wp:post-terms {"term":"category","prefix":"<?php echo esc_html_x( 'in ', 'Prefix for the post category block: in category name', 'olympique' ); ?>"} /-->
  21. </div>
  22. <!-- /wp:group -->
  23. </div>
  24. <!-- /wp:group -->