Created
July 21, 2014 13:26
-
-
Save cdils/3ef0297a75ce92712515 to your computer and use it in GitHub Desktop.
Genesis Pagination stuff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php //remove this entire line | |
// Use this to completely remove pagination on archive pages | |
remove_action( 'genesis_after_endwhile', 'genesis_posts_nav' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment