Title: Rate
Author: Scott Taylor
Published: <strong>2010년 11월 30일</strong>
Last modified: 2015년 7월 30일

---

플러그인 검색

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

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

# Rate

 작성자: [Scott Taylor](https://profiles.wordpress.org/wonderboymusic/)

[다운로드](https://downloads.wordpress.org/plugin/rate.0.4.zip)

 * [세부사항](https://ko.wordpress.org/plugins/rate/#description)
 * [평가](https://ko.wordpress.org/plugins/rate/#reviews)
 * [개발](https://ko.wordpress.org/plugins/rate/#developers)

 [지원](https://wordpress.org/support/plugin/rate/)

## 설명

Most ratings plugins contain too much code: inline JavaScript, messy markup, weird
CSS. Rate is simple, hardly intrusive, and completely overridable.

A Post/Page/Custom Post Type’s rating is the average of all comment ratings. A user
can leave a rating when commenting, and change that rating inline after leaving 
a comment (if logged-in or Cookie’d).

Don’t be afraid to play around and extend the code: drop a `rate.css` file in your
theme directory and mine won’t even load (by default, Rate stars are transparent
with a white border, so you can use `background-color` to set your stars’ colors)!

    ```
    <?php 
    // in this version, you need to insert these functions into your theme for ratings to appear
    // you don't have to use the_rating(), the comment_rating() will work by itself, but the_rating() will not

    // for a Post, Page, or Custom Post Type (average of all comment ratings)
    the_rating();

    // for a comment
    the_comment_rating();
    ?>
    ```

Read More: http://scottctaylor.wordpress.com/2010/11/30/new-plugin-rate/

## 스크린샷

[⌊The top rating is an average of all of the comment ratings⌉⌊The top rating is 
an average of all of the comment ratings⌉[

The top rating is an average of all of the comment ratings

[⌊You can add the_rating() anywhere that has comments attached to it using the Theme
editor⌉⌊You can add the_rating() anywhere that has comments attached to it using
the Theme editor⌉[

You can add the_rating() anywhere that has comments attached to it using the Theme
editor

[⌊You can add ratings to comments in the Twenty Ten or any other Theme by adding
the_comment_rating() to the custom comment callback located in functions.php using
the Theme Editor⌉⌊You can add ratings to comments in the Twenty Ten or any other
Theme by adding the_comment_rating() to the custom comment callback located in functions.
php using the Theme Editor⌉[

You can add ratings to comments in the Twenty Ten or any other Theme by adding the_comment_rating()
to the custom comment callback located in functions.php using the Theme Editor

[⌊You can edit the CSS for Rate right in the Plugin Editor. Choose "Rate" from the
dropdown, then select rate/css/rate.css to edit the styles right in the Editor⌉⌊
You can edit the CSS for Rate right in the Plugin Editor. Choose "Rate" from the
dropdown, then select rate/css/rate.css to edit the styles right in the Editor⌉[

You can edit the CSS for Rate right in the Plugin Editor. Choose “Rate” from the
dropdown, then select rate/css/rate.css to edit the styles right in the Editor

## 후기

![](https://secure.gravatar.com/avatar/316bfa470982300b84ab6dab6c64af3be2485eb7c06d58609bd9b1ec095235b2?
s=60&d=retro&r=g)

### 󠀁[great plugin](https://wordpress.org/support/topic/great-plugin-13762/)󠁿

 [yangma20](https://profiles.wordpress.org/yangma20/) 2017년 5월 5일

Pretty simple

![](https://secure.gravatar.com/avatar/f33517661e3ec9666a00789e98e3f831d0339d7e035fa2ee79936c71a49af233?
s=60&d=retro&r=g)

### 󠀁[Simple but nice.](https://wordpress.org/support/topic/simple-but-nice-4/)󠁿

 [Jan](https://profiles.wordpress.org/jannetto96/) 2017년 2월 11일

Very Very nice! Thanks.

 [ 모든 6 평가 읽기 ](https://wordpress.org/support/plugin/rate/reviews/)

## 기여자 & 개발자

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

기여자

 *   [ Scott Taylor ](https://profiles.wordpress.org/wonderboymusic/)

[자국어로 “Rate”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/rate)

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

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

## 변경이력

#### 0.3

 * Added jQuery as a required script – Whoops!

#### 0.2.1.1

 * Whoops, adds second argument to `rate_calculate($id = 0, $is_comment = false)`
   for internal purposes

#### 0.2.1

 * `the_rating()` now excludes ratings from comments that are awaiting moderation.`
   the_rating($id = 0)` will not take an argument of ID. Use it to show a rating
   anywhere.

#### 0.2

 * User can leave a rating while commenting now, can still edit rating inline after
   comment is posted

#### 0.1.4

 * I broke the rate.css path, oops!

#### 0.1.2

 * Got rid of Divide by Zero warning that PHP was throwing
 * Does not count ratings of Zero or non-ratings in the Average Rating displayed
   by the_rating()
 * Added screenshots to the Plugin page at WordPress.org

#### 0.1

 * Initial release

## 기초

 *  버전 **0.4**
 *  최근 업데이트: **11년 전**
 *  활성화된 설치 **40+**
 *  워드프레스 버전 ** 3.0 또는 그 이상 **
 *  다음까지 시험됨: **3.0.5**
 *  언어
 * [English (US)](https://wordpress.org/plugins/rate/)
 * 태그:
 * [comments](https://ko.wordpress.org/plugins/tags/comments/)[pages](https://ko.wordpress.org/plugins/tags/pages/)
   [posts](https://ko.wordpress.org/plugins/tags/posts/)[rate](https://ko.wordpress.org/plugins/tags/rate/)
   [ratings](https://ko.wordpress.org/plugins/tags/ratings/)
 *  [고급 보기](https://ko.wordpress.org/plugins/rate/advanced/)

## 평점

 별 5점 만점에 4.3점.

 *  [  5/5-별점 후기     ](https://wordpress.org/support/plugin/rate/reviews/?filter=5)
 *  [  0/4-별점 후기     ](https://wordpress.org/support/plugin/rate/reviews/?filter=4)
 *  [  0/3-별점 후기     ](https://wordpress.org/support/plugin/rate/reviews/?filter=3)
 *  [  0/2-별점 후기     ](https://wordpress.org/support/plugin/rate/reviews/?filter=2)
 *  [  1/1-별점 후기     ](https://wordpress.org/support/plugin/rate/reviews/?filter=1)

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

[모든  리뷰 보기](https://wordpress.org/support/plugin/rate/reviews/)

## 기여자

 *   [ Scott Taylor ](https://profiles.wordpress.org/wonderboymusic/)

## 지원

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

 [지원 포럼 보기](https://wordpress.org/support/plugin/rate/)