Results Count Remix

by Rick Beckman on November 2, 02008

Results Count Remix is a remixed ver­sion of the Results Count plu­gin by Matthew Tay­lor. It is a plu­gin for the Word­Press blog­ging platform.

What Results Count Remix does is insert extra infor­ma­tion into search results & archives pages: the total num­ber of posts as well as the span of posts cur­rently being viewed.

You can see the plu­gin in action here by vis­it­ing a tag archive, a search results page, or even an author archive.

Down­load Now: Results Count Remix 1.0 (Licensed under the GPL)

Instal­la­tion

After you have down­loaded the file and extracted the results-count-remix/ direc­tory from the archive…

  • Upload the entire results-count-remix/ direc­tory to the wp-content/plugins/ directory.
  • Acti­vate the plu­gin through the Plu­g­ins menu in WordPress.
  • Place in your tem­plates where you would like the infor­ma­tion to appear. If you are using the The­sis theme, skip this step, and see below.

Sug­gested tem­plates 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.

Results Count Remix is opti­mized for the The­sis theme frame­work! What this means is that if you’re using The­sis, you can add this bit of code to your custom/custom_functions.php file and this plu­gin will work in all the right places, with­out you need­ing to edit any of your theme files!:

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

Ver­sion History

  • 1.0 | 2008/11/02 | Ini­tial release

{ 3 voices in the conversation. Speak up! }

baron November 3, 2008 at 16:04

hi. Thanks for plugin

perfect.

Regards

Milan November 4, 2008 at 02:53

Thanks a lot!

I have wanted this function since the day I first installed WordPress.

Gavin November 7, 2008 at 10:20

Hello ,I’m gavin from China ,thanks for your plugin .

Leave a Comment

Previous post:

Next post: