post-meta.php 1.6 KB

123456789101112131415161718192021222324252627282930
  1. <?php
  2. /**
  3. * Title: post-meta
  4. * Slug: bedrock/post-meta
  5. * Inserter: no
  6. */
  7. declare( strict_types = 1 );
  8. ?>
  9. <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|40"},"typography":{"lineHeight":"1"}},"textColor":"secondary","layout":{"type":"flex","flexWrap":"wrap"}} -->
  10. <div class="wp-block-group has-secondary-color has-text-color" style="line-height:1">
  11. <!-- wp:image {"width":"20px","height":"20px","scale":"cover","sizeSlug":"full","linkDestination":"none"} -->
  12. <figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/Diamond_Pickaxe.png" alt="" class="" style="object-fit:cover;width:20px;height:20px"/></figure>
  13. <!-- /wp:image -->
  14. <!-- wp:post-date {"format":"M j, Y","isLink":true} /-->
  15. <!-- wp:image {"width":"20px","height":"20px","scale":"cover","sizeSlug":"full","linkDestination":"none"} -->
  16. <figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/Book.png" alt="" class="" style="object-fit:cover;width:20px;height:20px"/></figure>
  17. <!-- /wp:image -->
  18. <!-- wp:post-terms {"term":"category"} /-->
  19. <!-- wp:image {"width":"20px","height":"20px","scale":"cover","sizeSlug":"full","linkDestination":"none"} -->
  20. <figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/Gold_Ingot.png" alt="" class="" style="object-fit:cover;width:20px;height:20px"/></figure>
  21. <!-- /wp:image -->
  22. <!-- wp:post-terms {"term":"post_tag"} /-->
  23. </div>
  24. <!-- /wp:group -->