Genesis has a handy function called genesis_prev_next_post_nav() which displays links to previous and next posts. To display the prev and next post i.e., adjacent entry pagination on single posts, add this in child theme’s functions.php: // Add single post navigation. add_action( ‘genesis_entry_footer’, ‘genesis_prev_next_post_nav’ ); To give some breathing room below, in child theme’s style.css add […]
Recent Comments