Last active
May 7, 2019 05:09
-
-
Save NatalieMac/3f41fcc1d8a3cd3207b8dfe7840cbbec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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