post-terms.php 596 B

1234567891011121314151617
  1. <?php
  2. /**
  3. * Title: Post Terms
  4. * Slug: kentwood/post-terms
  5. * Inserter: no
  6. */
  7. declare( strict_types = 1 );
  8. ?>
  9. <!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
  10. <div class="wp-block-group">
  11. <!-- wp:post-terms {"term":"category","prefix":"<?php echo esc_html_x( 'Posted in: ', 'This is a prefix for the category', 'kentwood' ); ?>"} /-->
  12. <!-- wp:post-terms {"term":"post_tag","prefix":"<?php echo esc_html_x( 'Posted in: ', 'This is a prefix for the tags', 'kentwood' ); ?>"} /-->
  13. </div>
  14. <!-- /wp:group -->