post-navigation.php 357 B

12345678910111213
  1. <?php
  2. /**
  3. * Title: Post Navigation
  4. * Slug: kansei/post-navigation
  5. * Inserter: no
  6. */
  7. declare( strict_types = 1 );
  8. ?>
  9. <!-- wp:post-navigation-link {"type":"previous","label":"<?php echo esc_html__( 'Prev', 'kansei' ); ?>","arrow":"arrow"} /-->
  10. <!-- wp:post-navigation-link {"label":"<?php echo esc_html__( 'Next', 'kansei' ); ?>","arrow":"arrow"} /-->