Title: Results count
Author: mat8iou
Published: <strong>21 ژوئن 2008</strong>
Last modified: 14 آگوست 2010

---

جستجوی افزونه‌ها

این افزونه **با ۳ نگارش عمدهٔ اخیر وردپرس آزمایش نشده است**. ممکن است دیگر نگهداری
یا پشتیبانی نشود و هنگام استفاده با نگارش‌های تازه‌تر وردپرس مشکل سازگاری داشته 
باشد.

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

# Results count

 توسط [mat8iou](https://profiles.wordpress.org/mat8iou/)

[دانلود](https://downloads.wordpress.org/plugin/results-count.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/results-count/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/results-count/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/results-count/#installation)
 * [توسعه](https://fa.wordpress.org/plugins/results-count/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/results-count/)

## توضیحات

Results-Count is a very simple plugin that does exactly what it says on the tin &
will count the number of posts that result from operations in WordPress such as 
a search, viewing a category, or viewing a monthly archive etc.
 The purpose of 
the plugin is to allow you to insert text at the top of your archive & search results
pages saying something like: results: 1-10 of 43. It serves the dual purpose of 
showing the number of results, as well as showing what page you are currently on
within those results.

For an example of the plugin in use, look at the top of any of the archive or category
pages at:
 http://www.elginism.com/ e.g. http://www.elginism.com/archives/acropolis/

If you have any queries or find bugs, could you please contact me via the contact
form on http://www.elginism.com

#### Revision history

 * Version 0.5
    Fixes possible XSS vulnerability.
 * Version 0.4.2
    Adds support for Author archives. Fixes bug where output does 
   not display correctly when there are over 999 results.
 * Version 0.4.1
    Fixes incorrect display for single day archive pages.
 * Version 0.4
    Alters the text when there is only a single result on the page. 
   Corrects bug so that the correct text displays when there is only a single page
   of results. Displays correct text when a year archive is shown rather than a 
   month. Tidied up text to fix some grammatical errors. Various non-critical bugs
   fixed & old code tidied up. Comments added in the html output to help error tracing,
   identifying the code produced by the plugin.
 * Version 0.3
    Adds compatibility with tags (introduced in WordPress 2.3), so headers
   will now show up for tag archive results.
 * Version 0.2
    Updates the plugin to work with version 2.3 & higher of WordPress.
 * Version 0.1
    Initial public release of the code in plugin form.

## عکس‌های صفحه

[⌊Multiple pages of results for multiple search terms.⌉⌊Multiple pages of results
for multiple search terms.⌉[

Multiple pages of results for multiple search terms.

[⌊A single result for a single search term.⌉⌊A single result for a single search
term.⌉[

A single result for a single search term.

[⌊Multiple results on a single page for a monthly archive.⌉⌊Multiple results on 
a single page for a monthly archive.⌉[

Multiple results on a single page for a monthly archive.

[⌊Multiple results on a single page for a yearly archive.⌉⌊Multiple results on a
single page for a yearly archive.⌉[

Multiple results on a single page for a yearly archive.

[⌊Multiple results on multiple pages for a tag.⌉⌊Multiple results on multiple pages
for a tag.⌉[

Multiple results on multiple pages for a tag.

## نصب

 1. Upload `results-count.php` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Place `<?php wp_searchheader()?>` in your templates, where you want the text generated
    by the Results Count plugin to occur.

If you want to ensure that the plugin is installed first to stop errors with the
template when it is disabled, then instead use the code:

    ```
    <?php if (function_exists('wp_searchheader')) : ?>
    <?php wp_searchheader()?>
    <?php endif; ?>
    ```

Which will then automatically check for the plugin before trying to execute it.

## نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

## توسعه دهندگان و همکاران

“Results count” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

 *   [ mat8iou ](https://profiles.wordpress.org/mat8iou/)

[ترجمه “Results count” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/results-count)

### علاقه‌ مند به توسعه هستید؟

[کد را مرور کنید](https://plugins.trac.wordpress.org/browser/results-count/)، [مخزن SVN](https://plugins.svn.wordpress.org/results-count/)
را بررسی کنید، یا از طریق [RSS](https://plugins.trac.wordpress.org/log/results-count/?limit=100&mode=stop_on_copy&format=rss)
در [گزارش توسعه](https://plugins.trac.wordpress.org/log/results-count/) مشترک شوید.

## اطلاعات

 *  نگارش **0.5**
 *  آخرین به‌روزرسانی **16 سال پیش**
 *  نصب‌های فعال **30+**
 *  نگارش وردپرس ** 2.0 یا بالاتر **
 *  آزمایش‌شده تا **3.0.5**
 *  زبان
 * [English (US)](https://wordpress.org/plugins/results-count/)
 * برچسب
 * [archives](https://fa.wordpress.org/plugins/tags/archives/)[count](https://fa.wordpress.org/plugins/tags/count/)
   [results](https://fa.wordpress.org/plugins/tags/results/)[search](https://fa.wordpress.org/plugins/tags/search/)
   [tags](https://fa.wordpress.org/plugins/tags/tags/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/results-count/advanced/)

## امتیازها

هنوز هیچ نقدی ارسال نشده است.

[بررسی شما](https://wordpress.org/support/plugin/results-count/reviews/#new-post)

[مشاهدهٔ همهٔ بررسی‌ها](https://wordpress.org/support/plugin/results-count/reviews/)

## مشارکت کنندگان

 *   [ mat8iou ](https://profiles.wordpress.org/mat8iou/)

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/results-count/)

## کمک مالی

آیا تمایل دارید از پیشرفت این افزونه حمایت کنید؟

 [ کمک مالی به این افزونه ](http://www.elginism.com/donate/)