123456789101112131415 |
- <?php
- /**
- * Title: Query Pagination
- * Slug: perenne/query-pagination
- * Inserter: no
- */
- declare( strict_types = 1 );
- ?>
- <!-- wp:query-pagination {"layout":{"type":"flex","justifyContent":"space-between"}} -->
- <!-- wp:query-pagination-previous {"label":"<?php echo esc_html__( 'Prev', 'perenne' ); ?>"} /-->
- <!-- wp:query-pagination-next {"label":"<?php echo esc_html__( 'Next', 'perenne' ); ?>"} /-->
- <!-- /wp:query-pagination -->
|