<?php $archive_query = new WP_Query('showposts=1000');
		while ($archive_query->have_posts()) : $archive_query->the_post(); ?>
	<li><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></li>
	<?php endwhile; ?>
ben 1000'i 50000 yapmıştım bi problem olmamıştı. Eğer kod'a ihtiyacın olacaksa yukarıdan yararlanabilirsin.