Guest User

Untitled

a guest
Dec 18th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <a class="button " href="<?php echo get_permalink(get_adjacent_post(true, '', false)->ID)?>">Следующий проект</a>
  2.  
  3. <?php
  4. $next_post = get_next_post(true);
  5. if($next_post) : ?>
  6. <a class="button " href="<?php the_permalink($next_post)?>">Следующий проект</a>
  7. <?php endif; ?>
Add Comment
Please, Sign In to add comment