Remove Genesis Previous and Next Page Pagination

This code can be added to any type of archive page to remove the pagination which normally displays after the loop of posts.

remove_action( 'genesis_after_endwhile', 'genesis_posts_nav' );

Simply add this line of PHP code before the closing genesis(); tag in any front-page.php, home.php or any file which generates a loop of posts.

This is what the code removes:

remove pagination front page

Join 5000+ Followers

Get The Latest Free & Premium Tutorials Delivered The Second They’re Published.