Skip to content

Instantly share code, notes, and snippets.

@Postnov
Created May 31, 2020 06:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Postnov/bccafc2b8e0d5110b2c043a38930ab24 to your computer and use it in GitHub Desktop.
Save Postnov/bccafc2b8e0d5110b2c043a38930ab24 to your computer and use it in GitHub Desktop.
Предыдущая и следующая ссылки на посты Worpdress
<div class="single-page-nav-links">
<? if (get_previous_post_link('%link')): ?>
<?=typo(get_previous_post_link('← %link')); ?>
<? endif; ?>
<? if (get_previous_post_link('%link') && get_next_post_link('%link')): ?>
<span class="separator">|</span>
<? endif; ?>
<? if (get_next_post_link('%link')): ?>
<?=typo(get_next_post_link('%link →'));?>
<? endif; ?>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment