Title: Post Ranking View
Author: Leo Baiano
Published: <strong>2014년 1월 5일</strong>
Last modified: 2014년 1월 15일

---

플러그인 검색

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](https://s.w.org/plugins/geopattern-icon/post-ranking-view.svg)

# Post Ranking View

 작성자: [Leo Baiano](https://profiles.wordpress.org/leobaiano/)

[다운로드](https://downloads.wordpress.org/plugin/post-ranking-view.1.1.zip)

 * [세부사항](https://ko.wordpress.org/plugins/post-ranking-view/#description)
 * [평가](https://ko.wordpress.org/plugins/post-ranking-view/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/post-ranking-view/#installation)
 * [개발](https://ko.wordpress.org/plugins/post-ranking-view/#developers)

 [지원](https://wordpress.org/support/plugin/post-ranking-view/)

## 설명

This plugin generates a list of more pupulares posts based on the number of visits
the post received. The plugin uses cookies to ensure that the user’s visit is counted
only once in each post, making the manipulation of the ranking.

You can set how many posts will be displayed in the ranking set that only posts 
from a particular CPT or a particular category will be taken into consideration,
among other settings.

#### Contribute

You can contribute to the source code in our [GitHub](https://github.com/leobaiano/Post-Ranking-View)
page.

## 설치

To install just follow the installation steps of most WordPress plugin’s:

e.g.

 1. Download the file lb-back-to-top.zip;
 2. Unzip the file on your computer;
 3. Upload folder post-ranking-view, you just unzip to `/wp-content/plugins/` directory;
 4. Activate the plugin through the `Plugins` menu in WordPress;
 5. Be happy.

#### Showing the ranking of posts

To display a list of posts you have two options:

1 – Let the plugin generate the HTML

2 – Save an array with the data in a variable

#### Parameters of the function

    ```
    <?php
        displayRanking( $amount, $post_type, $category, $print, $thumb );

        $amount - Amount of posts to be displayed. Default = 5
        $post_type - Type of post that should be considered in the ranking, if not set all kind of posts will enter the ranking. Default = null
        $category - Category that should be considered in the ranking, if not set posts from all categories will enter the ranking. Default = null
        $print - Sets whether HTML is returned or an array with the posts ranking. Default = null ( display HTML )
        $thumb - Show thumbnail or not - true to display thumbnail, default false
    ?>
    ```

## FAQ

  How do I change the look of the list of posts?

The plugin does not bring any CSS style for the list of posts, the visual follows
the style sheet theme, so to change the look just customize the CSS of the theme.

  How do I change the amount of posts being displayed in the rankings?

The first parameter of the function to set the number of posts by default 5 posts
will be listed, but if you want to change this value just set the value in the first
parameter. For example, if you want the 10 most viewed posts are displayed use the
following code to call the ranking:

    ```
    <?php
    if ( function_exists( 'displayRanking' ) ) {
    displayRanking(10);
    }
    ?>
    ```

  How to display the thumbnail of the post?

To show the thumbnail you need to set the parameter to true $ thumb, below an example
of displaying the ranking with thumbnail image:

    ```
    <?php
    if ( function_exists( 'displayRanking' ) ) {
    displayRanking( '', '', '', '', true );
    }
    ?>
    ```

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“Post Ranking View”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에
기여하였습니다.

기여자

 *   [ Leo Baiano ](https://profiles.wordpress.org/leobaiano/)

[자국어로 “Post Ranking View”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/post-ranking-view)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/post-ranking-view/)는,
[SVN 저장소](https://plugins.svn.wordpress.org/post-ranking-view/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/post-ranking-view/)을 [RSS](https://plugins.trac.wordpress.org/log/post-ranking-view/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.1 2014-01-15

 * Including the option to show the post thumbnail

#### 1.0 2014-01-04

 * Creation of the plugin, the initial version.

## 기초

 *  버전 **1.1**
 *  최근 업데이트: **12년 전**
 *  활성화된 설치 **10+**
 *  워드프레스 버전 ** 3.8 또는 그 이상 **
 *  다음까지 시험됨: **3.7.41**
 *  언어
 * [English (US)](https://wordpress.org/plugins/post-ranking-view/)
 * 태그:
 * [popular](https://ko.wordpress.org/plugins/tags/popular/)[popular posts](https://ko.wordpress.org/plugins/tags/popular-posts/)
 *  [고급 보기](https://ko.wordpress.org/plugins/post-ranking-view/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

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

[모든  리뷰 보기](https://wordpress.org/support/plugin/post-ranking-view/reviews/)

## 기여자

 *   [ Leo Baiano ](https://profiles.wordpress.org/leobaiano/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/post-ranking-view/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](http://lbideias.com.br/donate)