Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <?php the_post_navigation(); ?>
  2.  
  3. <?php
  4. the_post_navigation( array(
  5. 'prev_text' => __( 'Previous: %title' ),
  6. 'next_text' => __( 'Next: %title' ),
  7. 'in_same_term' => true,
  8. 'taxonomy' => __( 'post_tag' ),
  9. 'screen_reader_text' => __( 'Continue Reading' )
  10. ) );
  11. } ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement