Guest User

Untitled

a guest
Aug 21st, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <?php // don't copy this line in your code.
  2.  
  3. function previous_posts_from_same_category( $args ) {
  4. $args['in_same_term'] = true;
  5.  
  6. return $args;
  7. }
  8.  
  9. add_filter( 'astra_single_post_navigation', 'previous_posts_from_same_category' );
Add Comment
Please, Sign In to add comment