I am trying to reduce the number of archives listed in sidebar from all to 8 months.

I looked up wordpress.org function reference for help and replaced:

PHP Code: 
<?php wp_get_archives ?>
with

PHP Code: 
<?php wp_get_archives('type=monthly&limit=8'); ?>
I checked the sidebar after this and it hasn't changed anything at all. Could anybody help with resolving this?
Rox Reviewed by Rox on . Help with Listing Archives in Sidebar I am trying to reduce the number of archives listed in sidebar from all to 8 months. I looked up wordpress.org function reference for help and replaced: <?php wp_get_archives ?> with <?php wp_get_archives('type=monthly&limit=8'); ?> Rating: 5