Yes, I realized the same thing just after I sent the post. I should have been a good netzian and sent my solution. Oversight on my part – I forgot that I was set up for 1 post per page. I didnt realize that it applied to search results as well. Search results are just posts. Duh.
<? foreach (get_posts(‘numberposts=10&order=ASC&orderby=category’) as $p): ?>
<? setup_postdata($p); ?>
<!– do the_loop stuff here –>
<? endforeach; ?>
This is explained right off the wordpress template tags page:
http://codex.ww.wp.xz.cn/Template_Tags
http://codex.ww.wp.xz.cn/Template_Tags/get_posts
Create a page with a postname of ‘everything’, then create and use a template.
More info here:
http://codex.ww.wp.xz.cn/Creating_an_Archive_Index