Advertisement
ashishsthanp

Zakra Child Theme Post Navigation to Same Category

Feb 14th, 2020
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. function zakra_post_navigation() {
  2.  
  3.     the_post_navigation( array(
  4.         'in_same_term'       => true,
  5.     ) );
  6.  
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement