Skip to content

Instantly share code, notes, and snippets.

@braddalton
Last active October 14, 2020 13:58
Show Gist options
  • Save braddalton/5030437 to your computer and use it in GitHub Desktop.
Save braddalton/5030437 to your computer and use it in GitHub Desktop.
Remove Pagination Genesis. This PHP code removes the page naviagtion from all archives Source http://wpsites.net/web-design/genesis-remove-page-navigation-pagination-from-any-archive-page/
remove_action( 'genesis_after_endwhile', 'genesis_posts_nav' );
@heathelin
Copy link

Hi WebCami, I noticed that you were able to remove the "next page" link in the blog section of your client's homepage. Did darrenbrett's suggestion above work for you or did you find another way?

Thanks

@braddalton
Copy link
Author

You can add the code to any template file like front-page.php, home.php or index.php. You can also use the code in a callback function with conditional tag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment