query-pagination.php 439 B

123456789101112131415
  1. <?php
  2. /**
  3. * Title: Query Pagination
  4. * Slug: perenne/query-pagination
  5. * Inserter: no
  6. */
  7. declare( strict_types = 1 );
  8. ?>
  9. <!-- wp:query-pagination {"layout":{"type":"flex","justifyContent":"space-between"}} -->
  10. <!-- wp:query-pagination-previous {"label":"<?php echo esc_html__( 'Prev', 'perenne' ); ?>"} /-->
  11. <!-- wp:query-pagination-next {"label":"<?php echo esc_html__( 'Next', 'perenne' ); ?>"} /-->
  12. <!-- /wp:query-pagination -->