display last 50 posts in archive page Sep 8, 2019 • ulysses Here’s the code to add to your archive template, e.g. archives.php. Last 50 Posts: wp_get_archives( array( 'type' =?> 'postbypost', 'limit' => 50, 'format' => '', 'before' => '- ', 'after' => ' ' )); ?>