Skip to content

Instantly share code, notes, and snippets.

@authentikHQ
Created October 29, 2018 02:07
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 authentikHQ/9f2f15e9e1dea9cfcba9129156333fdb to your computer and use it in GitHub Desktop.
Save authentikHQ/9f2f15e9e1dea9cfcba9129156333fdb to your computer and use it in GitHub Desktop.
Add previous and next post links after the entry with the Genesis Framework.
<?php
// Do NOT include the opening php tag.
// Add previous and next post links after entry.
add_action( 'genesis_entry_footer', 'genesis_prev_next_post_nav' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment