Advertisement
Guest User

Untitled

a guest
May 3rd, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.40 KB | None | 0 0
  1. <div class="controls">
  2.                        
  3.                         <?php
  4.                         $start_id = 210;
  5.                         ?>
  6.                        
  7.                         <span class="previous"><?php
  8.                        
  9.                         next_post_link( '%link', 'Previous', false );
  10.                        
  11.                          ?>
  12.                         </span> <?php if ($post->ID != $start_id) { echo " | "; } ?> <span class="next">
  13.                            
  14.                         <?php previous_post_link( '%link', 'Next Project', false ); ?>
  15.                        
  16.                         </span>
  17.  
  18.                     </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement