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)

Numbersearchresults.jpg


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

  1. See this OSClass.org forum topic



--Jesse 11:57, 3 January 2012 (CET)