Add Previous and Next Post Links After Entry
The snippet below adds previous and next post links to a Genesis theme:
add_action( 'genesis_entry_footer', 'genesis_prev_next_post_nav' );
The snippet below adds previous and next post links to a Genesis theme:
add_action( 'genesis_entry_footer', 'genesis_prev_next_post_nav' );