Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shemul49rmc/7145235 to your computer and use it in GitHub Desktop.
Save shemul49rmc/7145235 to your computer and use it in GitHub Desktop.
How To Reduce the Number of Recent Posts in 404 Page
<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