=== Results Count Remix === Contributors: KingdomGeek Donate link: http://tinyurl.com/5jyam4 Tags: headers, meta, information, archives, search Requires at least: 2.3 Tested up to: 2.6.2 Stable tag: trunk Adds both the number of displayed posts as well as the total number of returned posts to search and archive pages. == Description == Adds to search results and archive pages the total number of posts available as well as an indicator as to which batch of posts are currently being displayed, for example "11-20 of 124." This plugin is a remix of [Results Count](http://wordpress.org/extend/plugins/results-count) by Matthew Taylor, and it is optimized for [the Thesis theme framework](http://get-thesis.com/). Say you have a category named "Videos" with 432 posts; visiting the third page of that archive would show you posts 21-30 (assuming 10 posts per page); with this plugin, this information would be available to your users at a glance: `
21–30 of 432 entries categorized:
if (function_exists('results_count_remix')) {
remove_action('thesis_hook_archive_info', 'thesis_default_archive_info');
add_action('thesis_hook_archive_info', 'results_count_remix');
}
== Frequently Asked Questions ==
= Why are search terms and archive names wrapped in H1 tags? =
While this plugin will work with any theme, it has been specifically tweaked to work best with [Thesis](http://get-thesis.com/). Appropriate markup has been used accordingly.
== Screenshots ==
1. A tag archive with multiple results.