WP SITES

3086 Coded Tutorials & 292 Plugins

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

Leave a Reply

New Plugins