Title: random post list
Author: rogi073
Published: <strong>2009년 2월 27일</strong>
Last modified: 2009년 2월 28일

---

플러그인 검색

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

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

# random post list

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

[다운로드](https://downloads.wordpress.org/plugin/random-post-list.0.2.zip)

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

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

## 설명

To add random list of submitted posts and one random link with customized link string.

**Usage**

To put previous posts list randomly, you shuould just add below string at the place
where you want to place it.

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

And if you want to customize the list, youcan use 5 options

    ```
    <?php rpl_random_lists(num_limit,exclude,date_limit,echo,list); ?>
    ```

num_limit : default value is “5”
 set the maximum number to show in output list.
exclude : default value is “” set the post ID which you never want to show in output
list. date_limit : default value is “” set date limit. posts which is later than
this date limit never be shown in output list. the date will be evaluate by strtotime
function, so available format for this option is same as strtotime function. echo:
default value is true If set this value as true then function returns result as 
output as html, and set as false then function returns result as string. list : 
default value is true If set this value as true then function returns result as 
list style using ul and li tag, and set this value as false then function returns
result as string devided by \n.

To put one random link with customized title like “feeling lucky!”, you shuould 
just add below string at the place where you want to place it.

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

And if you want to customize the list, youcan use 3 options

    ```
    <?php rpl_feelinig_lucky(text,exclude,date_limit,echo); ?>
    ```

text : default value is “feeling lucky!”
 set text string to show as hyperlink string.
for example in case of default the output is like this [feeling lucky!](https://ko.wordpress.org/plugins/random-post-list/randomly-selected-url?output_format=md).
exclude : default value is “” set the post ID which you never want to show in output
list. date_limit : default value is “” set date limit. posts which is later than
this date limit never be shown in output list. the date will be evaluate by strtotime
function, so available format for this option is same as strtotime function. echo:
default value is true If set this value as true then function returns result as 
output as html, and set as false then function returns result as string.

**Customization**

The plug in provides the following CSS classes:

    ```
    * ul.random-post-link: for rpl_random_lists function (if list is activated)
    * li.random-post-link: for rpl_random_lists function (if list is activated)
    * a.random-post-link: for rpl_feelinig_lucky function
    ```

### Contact

Suggestion, fixes, rants, congratulations, gifts et al to help[at]seunze.com

## 설치

 1. Upload `random-post-list` folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

## 후기

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

## 기여자 & 개발자

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

기여자

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

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

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

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

## 기초

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

## 평점

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

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

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

## 기여자

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

## 지원

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

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