Title: Results Count Remix
Author: kingdomgeek
Published: <strong>ನವೆಂಬರ್ 2, 2008</strong>
Last modified: ಡಿಸೆಂಬರ್ 3, 2008

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/results-count-remix.svg)

# Results Count Remix

 ‍[kingdomgeek](https://profiles.wordpress.org/kingdomgeek/) ಮೂಲಕ

[ಡೌನ್ಲೋಡ್](https://downloads.wordpress.org/plugin/results-count-remix.zip)

 * [Details](https://kn.wordpress.org/plugins/results-count-remix/#description)
 * [‍ವಿಮರ್ಶೆಗಳು‍](https://kn.wordpress.org/plugins/results-count-remix/#reviews)
 *  [Installation](https://kn.wordpress.org/plugins/results-count-remix/#installation)
 * [Development](https://kn.wordpress.org/plugins/results-count-remix/#developers)

 [‍ಬೆಂಬಲಿಸಿ](https://wordpress.org/support/plugin/results-count-remix/)

## ವಿವರಣೆ

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](https://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:

    ```
    <p>21–30 of 432 entries categorized:</p>
    <h1>Videos</h1>
    ```

Search results and the following archive types are taken into account by this plugin:
day, month, year, author, category, and tag.

## Screenshots

 * [[
 * A tag archive with multiple results.

## Installation

After you have downloaded the file and extracted the `results-count-remix/` directory
from the archive…

 1. Upload the entire `results-count-remix/` directory to the `wp-content/plugins/`
    directory.
 2. Activate the plugin through the Plugins menu in WordPress.
 3. Place `<?php if (function_exists('results_count_remix')) results_count_remix();?
    >` in your templates where you would like the information to appear. If you are
    using the Thesis theme, skip this step, and see below.

Suggested templates to add the code to, if your theme has them: `author.php`, `archive.
php`, `date.php`, `category.php`, `tag.php`, and `search.php`

You may also add the code to your theme’s `index.php` file, in case it is used for
any of your archives or for search results.

#### Thesis Users

As this plugin has been packaged specifically for the Thesis theme, it’s appropriate
that Thesis users have special instructions. Instead of placing `results_count_remix()`
in various files, Thesis users may do the following.

Open `custom/custom_functions.php` in your Thesis theme directory, and add this 
code:

    ```
    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');
    }
    ```

## FAQ

  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.

## ‍ವಿಮರ್ಶೆಗಳು‍

ಈ ಪ್ಲಗಿನ್‌ಗೆ ಯಾವುದೇ ವಿಮರ್ಶೆಗಳಿಲ್ಲ.

## Contributors & Developers

“Results Count Remix” is open source software. The following people have contributed
to this plugin.

ಕೊಡುಗೆದಾರರು

 *   [ Rick Beckman ](https://profiles.wordpress.org/kingdomgeek/)

[Translate “Results Count Remix” into your language.](https://translate.wordpress.org/projects/wp-plugins/results-count-remix)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/results-count-remix/),
check out the [SVN repository](https://plugins.svn.wordpress.org/results-count-remix/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/results-count-remix/)
by [RSS](https://plugins.trac.wordpress.org/log/results-count-remix/?limit=100&mode=stop_on_copy&format=rss).

## ಮೆಟಾ

 *  Version **1.0**
 *  ಕೊನೆಯದಾಗಿ ನವೀಕರಿಸಿದ್ದು **17 ವರ್ಷಗಳು ರ ಮುನ್ನ**
 *  Active installations **10+**
 *  WordPress version ** 2.3 or higher **
 *  Tested up to **2.6.2**
 *  Language
 * [English (US)](https://wordpress.org/plugins/results-count-remix/)
 * ಟ್ಯಾಗ್‌ಗಳು
 * [archives](https://kn.wordpress.org/plugins/tags/archives/)[headers](https://kn.wordpress.org/plugins/tags/headers/)
   [information](https://kn.wordpress.org/plugins/tags/information/)[meta](https://kn.wordpress.org/plugins/tags/meta/)
   [search](https://kn.wordpress.org/plugins/tags/search/)
 *  [Advanced View](https://kn.wordpress.org/plugins/results-count-remix/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/results-count-remix/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/results-count-remix/reviews/)

## ಕೊಡುಗೆದಾರರು

 *   [ Rick Beckman ](https://profiles.wordpress.org/kingdomgeek/)

## ‍ಬೆಂಬಲಿಸಿ

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/results-count-remix/)

## ದೇಣಿಗೆ ನೀಡಿ

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://tinyurl.com/5jyam4)