Title: Reverse Order Comments
Author: Tim
Published: <strong>2007년 3월 20일</strong>
Last modified: 2012년 7월 16일

---

플러그인 검색

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

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

# Reverse Order Comments

 작성자: [Tim](https://profiles.wordpress.org/timz/)

[다운로드](https://downloads.wordpress.org/plugin/reverse-order-comments.1.1.1.zip)

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

 [지원](https://wordpress.org/support/plugin/reverse-order-comments/)

## 설명

A really simple WordPress Plugin. It provides the function `ro_comments_template()`,
which allows the comments to be displayed in reverse order (thus the newest comments
first, oldest last).

## 설치

 1. Install & activate the plugin.
 2. Edit your theme files and implement the new function as described in the FAQ section.

## FAQ

  How do I implement the plugin function in my templates?

Open the template file which should show the comments in a reverse order in your
favorite editor.
 Locate the line

    ```
    <?php comments_template(); ?>
    ```

and replace it with

    ```
    <?php if(function_exists('ro_comments_template')) ro_comments_template(); else comments_template(); ?>
    ```

**Note:**

The arguments of the function can be different in your template, for example if 
it is

    ```
    <?php comments_template('', true); ?>
    ```

change the plugin function accordingly to

  What are the files in theme-examples directory?

theme-examples/
 default (English default theme) comments-topinput.php comments.
php adapted for a guestbook tpl_guestbook.php template for a guestbook

    ```
        default_de                   (German default theme)
          comments-topinput.php      comments.php adapted for a guestbook
          tpl_gaestebuch.php         template for a guestbook
    ```

  Will it work with paged comments?

Yes, but if you use comment navigations with labels like “older” and “newer”, then
it might be puzzling for the user, as the comment order is opposite to the navigation.

In this case I suggest not to use the plugin in combination with comment-pagination
or you should change your navigation labels.

  Building a guestbook for the Kubrik theme

Precondition: comments-topinput.php and tpl_gaestebuch.php are in in your template
directory.

 1. Create a new page. Title e.g. “guestbook”
 2. Allow comments for this page
 3. Choose the template “Guestbook” for this page.

Done!

If you want the comment input fields “blogstyle” at the bottom of the page, just
change inside
 tpl_gaestebuch.php the line

    ```
    <?php if(function_exists('ro_comments_template')) ro_comments_template("/comments-topinput.php"); else comments_template(); ?>
    ```

to

    ```
    <?php if(function_exists('ro_comments_template')) ro_comments_template(); else comments_template(); ?>
    ```

  Building a guestbook for other themes

If you don’t use the Kubrik/Default theme, it is still very easy to build your own
template.
 A good template to start with is “page.php” and “single.php”. Copy “page.
php” and rename it. The line `<?php comments_template(); ?>` is important. Change
it as described above. Add a header to your new page, to tell WordPress it is a 
template.

e.g.

    ```
    <?php
    /*
    Template Name: Guestbook
    */
    ?>
    ```

[Page Template Documentation](https://codex.wordpress.org/Pages#Creating_your_own_Page_Templates)

## 후기

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

## 기여자 & 개발자

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

기여자

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

[자국어로 “Reverse Order Comments”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/reverse-order-comments)

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

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

## 변경이력

#### 1.1.1

 * 16.07.12 Tested with WP 3.4.1

#### 1.1

 * 08.06.12 Updated to work with WP 3.3.2; Now using filers, making it compatible,
   faster and future proof

#### 1.0.3

 * 07.06.12 maintenance release; change of plugin owner

#### 1.0.2

 * 18.05.08 release on the WordPress plugin directory; renamed the plugin to reverse-
   order-comments; changed the directory structure to enable the WordPress plugin
   autoupdate

#### 1.0.1

 * 13.09.06 small bugfix inside comments-topinput.php templates

#### 1.0

 * 11.11.05 Initial Release

## 기초

 *  버전 **1.1.1**
 *  최근 업데이트: **14년 전**
 *  활성화된 설치 **100+**
 *  워드프레스 버전 ** 1.5 또는 그 이상 **
 *  다음까지 시험됨: **3.4.2**
 *  언어
 * [English (US)](https://wordpress.org/plugins/reverse-order-comments/)
 * 태그:
 * [comments](https://ko.wordpress.org/plugins/tags/comments/)[guestbook](https://ko.wordpress.org/plugins/tags/guestbook/)
   [order](https://ko.wordpress.org/plugins/tags/order/)[reverse](https://ko.wordpress.org/plugins/tags/reverse/)
 *  [고급 보기](https://ko.wordpress.org/plugins/reverse-order-comments/advanced/)

## 평점

 별 5점 만점에 5점.

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

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

[모든  리뷰 보기](https://wordpress.org/support/plugin/reverse-order-comments/reviews/)

## 기여자

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

## 지원

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

 [지원 포럼 보기](https://wordpress.org/support/plugin/reverse-order-comments/)

## 기부

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

 [ 이 플러그인에 기부하기 ](http://www.kiva.org/invitedby/tim5156)