Created
October 24, 2013 21:20
-
-
Save shemul49rmc/7145235 to your computer and use it in GitHub Desktop.
How To Reduce the Number of Recent Posts in 404 Page
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
<h4><?php _e( 'Recent Posts:', 'genesis' ); ?></h4> | |
<ul> | |
<?php wp_get_archives( 'type=postbypost&limit=100' ); ?> | |
</ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment