Skip to content

Instantly share code, notes, and snippets.

@gemmadlou
Last active September 6, 2016 15:55
Show Gist options
  • Save gemmadlou/c0c6bd32c12af2e84b335e1380b0b9de to your computer and use it in GitHub Desktop.
Save gemmadlou/c0c6bd32c12af2e84b335e1380b0b9de to your computer and use it in GitHub Desktop.
<!-- Get Previous Post -->
<?php
$prev_post = get_previous_post();
if (!empty( $prev_post )): ?>
<a href="<?php echo get_the_permalink($prev_post->ID); ?>">
<span class="c-button c-button-full-width read-more c-button--summer-orange-light">Previous</span>
</a>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment