Guest User

Untitled

a guest
Feb 23rd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. add_filter( 'the_content', 'post_navigation', 10, 2 );
  2. function post_navigation($content) {
  3. $post = get_post();
  4. $post_type = get_post_type( $post );
  5.  
  6. if ( $post_type == 'post' ) {
  7. $next_p = get_previous_posts_link();
  8. $content = $content . $next_p;
  9.  
  10. return $content;
  11. } else {
  12. return $content;
  13. }
  14.  
  15. }
  16.  
  17. You are being timed-out out due to inactivity. Please choose to stay signed in or to logoff.</p>
  18. <p>Otherwise, you will be logged off automatically.</p>
Add Comment
Please, Sign In to add comment