Lego2012
12/13/2016 - 4:56 PM

Reposition Archive Pagination

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. -->