Reposition Archive Pagination
<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.
//* Reposition Archive Pagination
remove_action( 'genesis_after_endwhile', 'genesis_posts_nav' );
add_action( 'genesis_after_content', 'genesis_posts_nav' );
<!-- Moves .archive-pagination from under main.content to adjacent to it. -->