Title: WP Author Ranking
Author: minojiro
Published: <strong>4 Σεπτεμβρίου  2014</strong>
Last modified: 3 Οκτωβρίου  2014

---

Αναζήτηση πρόσθετων

![](https://ps.w.org/wp-author-ranking/assets/banner-772x250.png?rev=983601)

Αυτό το πρόσθετο **δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress**.
Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας
με τις πιο πρόσφατες εκδόσεις του WordPress.

![](https://ps.w.org/wp-author-ranking/assets/icon-256x256.png?rev=983601)

# WP Author Ranking

 Από [minojiro](https://profiles.wordpress.org/minojiro/)

[Λήψη](https://downloads.wordpress.org/plugin/wp-author-ranking.1.0.4.zip)

 * [Λεπτομέρειες](https://el.wordpress.org/plugins/wp-author-ranking/#description)
 * [Κριτικές](https://el.wordpress.org/plugins/wp-author-ranking/#reviews)
 *  [Εγκατάσταση](https://el.wordpress.org/plugins/wp-author-ranking/#installation)
 * [Ανάπτυξη](https://el.wordpress.org/plugins/wp-author-ranking/#developers)

 [Υποστήριξη](https://wordpress.org/support/plugin/wp-author-ranking/)

## Περιγραφή

WP Author Ranking the wordpress plugin provides ranking of the popular blog authors.
Results are depends on page viewing numbers. Getting data, it has options (year,
month, day, post type) to filtering.

## Στιγμιότυπα

 * [[
 * The setting menu.

## Εγκατάσταση

 1. Upload the `wp-author-ranking` folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Open the setting menu, it is possible to set the execution condition.

#### Get the ranking data.

The function “get_wpAuthorRanking()” return the ranking data stored in an array.

This example prints ranking data.

    ```
    <?php
    $rankingData = get_wpAuthorRanking();
    for ($i=0; $i < count($rankingData); $i++) {
        echo '<li>';
        echo '<p>No'.$rankingData[$i]['rank'].'</p>';
        echo '<p><strong>'.$rankingData[$i]['display_name'].'</strong></p>';
        echo '<p>'.$rankingData[$i]['count'].'pv<p>';
        echo '</li>';
    }
    ?>
    ```

#### Informations the ranking data has.

 * ID
 * user_login
 * user_nicename
 * user_email
 * user_url
 * user_registered
 * user_activation_key
 * display_name
 * count (page view count)
 * rank (rank)

Request options

You have four options to require ranking data.

 * y (year)
 * m (month)
 * d (day)
 * cpt (custom post type)
 * exclude (exclude users)
 * sort

This example gets columnist (post type ‘column’) ranking in September 2014.

    ```
    <?php 
    $rankingData = get_wpAuthorRanking(array(
        'y'=>2014,
        'm'=>9,
        'cpt'=>'column'));

    for ($i=0; $i < count($rankingData); $i++) {
        echo '<li>';
        echo '<p>No'.$rankingData[$i]['rank'].'</p>';
        echo '<p><strong>'.$rankingData[$i]['display_name'].'</strong></p>';
        echo '<p>'.$rankingData[$i]['count'].'pv<p>';
        echo '</li>';
    }
    ?>
    ```

Gets totally worst ranking, exclude ID.3 and ID.4 user.

    ```
    <?php 
    $rankingData = get_wpAuthorRanking(array(
        'sort'=>'ASC',
        'exclude'=>array(3,4)));
    for ($i=0; $i < count($rankingData); $i++) {
        echo '<li>';
        echo '<p>No'.$rankingData[$i]['rank'].'</p>';
        echo '<p><strong>'.$rankingData[$i]['display_name'].'</strong></p>';
        echo '<p>'.$rankingData[$i]['count'].'pv<p>';
        echo '</li>';
    }
    ?>
    ```

#### Count pv manually

In default setting, page views are counted at single post page. You also have the
function “count_wpAuthorRanking()” to count authors page views manually.
 This example
counts id-3 user on ‘column’ post type.

    ```
    <?php 
    count_wpAuthorRanking(array('user'=>3,'cpt'=>'column'));
    ?>
    ```

## Κριτικές

Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.

## Συνεισφέροντες & Προγραμματιστές

“WP Author Ranking” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει
στη δημιουργία του.

Συντελεστές

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

[Μεταφράστε το “WP Author Ranking” στην γλώσσα σας.](https://translate.wordpress.org/projects/wp-plugins/wp-author-ranking)

### Ενδιαφέρεστε για την ανάπτυξη;

[Περιηγηθείτε στον κώδικα](https://plugins.trac.wordpress.org/browser/wp-author-ranking/),
ανατρέξτε στο [αποθετήριο SVN](https://plugins.svn.wordpress.org/wp-author-ranking/)
ή εγγραφείτε στο [αρχείο καταγραφής αλλαγών ανάπτυξης](https://plugins.trac.wordpress.org/log/wp-author-ranking/)
μέσω [RSS](https://plugins.trac.wordpress.org/log/wp-author-ranking/?limit=100&mode=stop_on_copy&format=rss).

## Σύνοψη αλλαγών

#### 1.0.4

 * bug fix

#### 1.0.3

 * Language: add French language translate. (Thanks Nicolas)

#### 1.0.2

 * Fix: showing setting page properly in wordpress version 3.0

#### 1.0.1

 * Add filtering option that excludes users.
 * Add request option to request worst ranking.

#### 1.0.0

 * 2014-09-01 First release

## Μεταστοιχεία

 *  Version **1.0.4**
 *  Τελευταία ενημέρωση: **πριν από 12 έτη**
 *  Ενεργές εγκαταστάσεις: **10+**
 *  Έκδοση WordPress: ** 3.0 ή νεότερη **
 *  Δοκιμασμένο μέχρι: **4.0.38**
 *  Language
 * [English (US)](https://wordpress.org/plugins/wp-author-ranking/)
 * Ετικέτες:
 * [author](https://el.wordpress.org/plugins/tags/author/)[pageview](https://el.wordpress.org/plugins/tags/pageview/)
   [popular](https://el.wordpress.org/plugins/tags/popular/)[ranking](https://el.wordpress.org/plugins/tags/ranking/)
   [user](https://el.wordpress.org/plugins/tags/user/)
 *  [Σύνθετη Προβολή](https://el.wordpress.org/plugins/wp-author-ranking/advanced/)

## Αξιολογήσεις

 5 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/wp-author-ranking/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/wp-author-ranking/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/wp-author-ranking/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/wp-author-ranking/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/wp-author-ranking/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wp-author-ranking/reviews/#new-post)

[Δείτε όλες τις κριτικές](https://wordpress.org/support/plugin/wp-author-ranking/reviews/)

## Συντελεστές

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

## Υποστήριξη

Έχετε κάτι να πείτε; Χρειάζεστε βοήθεια;

 [Φόρουμ υποστήριξης](https://wordpress.org/support/plugin/wp-author-ranking/)