Skip to content

Instantly share code, notes, and snippets.

@NatalieMac
Last active May 7, 2019 05:09
Show Gist options
  • Save NatalieMac/3f41fcc1d8a3cd3207b8dfe7840cbbec to your computer and use it in GitHub Desktop.
Save NatalieMac/3f41fcc1d8a3cd3207b8dfe7840cbbec to your computer and use it in GitHub Desktop.
<nav aria-label="<?php esc_attr_e( 'Pagination', 'my-text-domain' ); ?>">
<?php echo paginate_links( array(
'type' => 'list',
'prev_next' => false,
'before_page_number' => '<span class="screen-reader-text">' . __( 'Page', 'my-text-domain' ) . '</span> '
) ); ?>
</nav>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment