Advertisement
fauzanjeg

enable prev next post feature on autoload

Apr 18th, 2021
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. /* enable prev next post feature on autoload */
  2. function active_prevnext_post_on_autoload( $a ) {
  3.     return true;
  4. }
  5. add_filter( 'jnews_single_show_prev_next_post', 'active_prevnext_post_on_autoload' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement