Display number of search results
From OSClass
This customization will allow you to display the number of items returned during a search, like this:
(note: this example site has Breadcrumbs plugin installed)
This code will show the search results count:
<?php echo osc_search_total_items() ?>
You can place this code within the file search.php, located in the theme folder. You can place this code where you'd like, and style it with CSS.
Notes and references
--Jesse 11:57, 3 January 2012 (CET)

