Skip to content

Instantly share code, notes, and snippets.

@wpspeak
Created August 21, 2013 15:21
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 wpspeak/6295861 to your computer and use it in GitHub Desktop.
Save wpspeak/6295861 to your computer and use it in GitHub Desktop.
Add single post navigation to Genesis 2.0 (HTML5)
<?php
/** Add post navigation (requires HTML5 support) */
add_action( 'genesis_after_entry_content', 'genesis_prev_next_post_nav', 5 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment