Title: RSS King Pro
Author: Ash Durham
Published: <strong>2013년 9월 25일</strong>
Last modified: 2014년 7월 3일

---

플러그인 검색

![](https://ps.w.org/rsskingpro/assets/banner-772x250.jpg?rev=778210)

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

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

# RSS King Pro

 작성자: [Ash Durham](https://profiles.wordpress.org/ashdurham/)

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

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

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

## 설명

—

Stay up-to-date with the latest by following [@kingproplugins on Twitter](http://twitter.com/kingproplugins),
[KingProPlugins on Facebook](http://facebook.com/kingproplugins) or [King Pro Plugins on Google+](https://plus.google.com/b/101488033905569308183/101488033905569308183/about)

—

[RSS King Pro](http://kingpro.me/plugins/rss-king-pro/) gives you the freedom to
display a RSS feed or feeds onto your pages and posts with ease. The numerous options

available provides choice in how your feed displays on your pages. You can choose
how many items are returned onto the page, whether the feed paginates and whether
you display those pages via AJAX giving your users a simple way to view the feed
your providing.

You have control on the information from the feed that is returned on the page and
how it is displayed by using variables within a HTML layout for each item.
 Variables
have been setup to give you choice in what details are shown for the items.

You can use [RSS King Pro](http://kingpro.me/plugins/rss-king-pro/) in two ways,
either shortcode or widget. Both have the same settings available.

—

If you have any suggestions or would like to see a feature in the plugin, please
let me know in the support forum.

Any issues you are having, I’d also love to know, so again, please let me know using
the support forum.

—

—

[Check out the King Pro Plugins range](http://kingpro.me/)

### Options

#### Shortcode Options

 * feedaddress
    Default – ‘no feed’ | This field takes the external web address(
   es) of the feed you want to pull. To list multiple addresses, separate with ‘
   |’.
 * display
    Default – ‘5’ | Number of items to list on output
 * order
    Default – ‘desc’ | List order of items. Options are ‘desc’, ‘asc’ and ‘
   none’
 * dateformat
    Default – ‘j F Y, g:i a’ | Date string format. This can take text,
   some characters will need to be escaped (eg ‘\P\o\s\t\e\d o\n \t\h\e jS \of F\
   i\n Y’). View [PHP date page](http://php.net/manual/en/function.date.php) for
   more information.
 * target
    Default – ‘_self’ | Target of the links. Standard options are ‘_self’,‘
   _blank’, ‘_parent’ and ‘_top’.
 * titlelength
    Default – ‘all’ | Numeric length of the output title. If no limit,‘
   all’ is the value.
 * descriptionlength
    Default – ‘all’ | Numeric length of the output description.
   If no limit, ‘all’ is the value.
 * contentlength
    Default – ‘all’ | Numeric length of the output content. If no 
   limit, ‘all’ is the value.
 * readmorelink
    Default – false | Turns on the “ream more” link when shortening
   the description or content fields. Options are true or false
 * readmoretext
    Default – ‘Read more’ | The text you would like on the “Read more”
   link
 * renderhtml
    Default – false | Enable rendering of HTML from the description/content
   data. Options are true or false
 * format
    Default – ‘< ?= htmlspecialchars('##PUBDATE####LINK####DESCRIPTION##’);?
   >’ | Format of the output items. Available variable below
 * class
    Default – ” | Class attached to the list parent
 * timezone
    Default – ‘UTC’ | Set timezone for the output. View [PHP timezones](http://www.php.net/manual/en/timezones.php)
   for more information on options
 * paging
    Default = true | Enable paging of the RSS. The ‘display’ option then 
   becomes how many items per page. Options are true or false
 * pagingtype
    Default = ‘paging’ | Choice of the type of paging output. Options
   are ‘paging’, ‘numbers’ or ‘both’
 * paginglocation
    Default = ‘bottom’ | Choice of the location of the pagination
   output. Options are ‘bottom’, ‘top’ or ‘both’
 * ajax
    Default – false | Enable AJAX loading. Instead of previous and next links
   for paging, this will display a ‘view more posts’ link which will allow the following
   page to load in underneath the existing list, and will continue to do so until
   the list is complete.
 * nextpagetext
    Default – ‘Next Page’ | Text on the ‘next page’ link (only displays
   when paging is on, pagingtype is ‘paging’ or ‘both’ and ajax is off).
 * prevpagetext
    Default – ‘Previous Page’ | Text on the ‘previous page’ link (only
   displays when paging is on, pagingtype is ‘paging’ or ‘both’ and ajax is off).
 * nextpageclass
    Default – ‘rss_pagination_next’ | Class on the ‘next page’ link(
   only displays when paging is on, pagingtype is ‘paging’ or ‘both’ and ajax is
   off).
 * prevpageclass
    Default – ‘rss_pagination_prev’ | Class on the ‘previous page’
   link (only displays when paging is on, pagingtype is ‘paging’ or ‘both’ and ajax
   is off).
 * activeclass
    Default – ‘rss_pagination_active’ | Class on the ‘active page’ link(
   only displays when paging is on, pagingtype is ‘numbers’ or ‘both’ and ajax is
   off).

#### Format Variables

<

p>You can control the output by defining what information is output in the format
by using variables. These variables are defined by an uppercase word surrounded 
by hashes (2 hashes on either side). The available variables are:
 * ##FEEDTITLE##
Outputs the title of the FEED the items are coming from. * ##PUBDATE## Outputs the
date the item was posted. The date format controls the output of this. * ##TITLE##
Outputs the TITLE of the item. There is no link to the original post on this (use##
LINK## for a title with link) * ##LINK## Outputs the TITLE of the item with a link
to the original page. * ##DESCRIPTION## Outputs the excerpt of the item. This can
be shortened further using the ‘descriptionlength’ option. * ##CONTENT## Outputs
the content of the item. This can be shortened using the ‘contentlength’ option.*##
CATEGORIES## Outputs a list of attached categories of the item * ##CATEGORY## Outputs
the first category of the item * ##AUTHORS## Outputs a list of attached authors 
of the item * ##AUTHOR## Outputs the first author of the item * ##CONTRIBUTORS##
Outputs a list of attached contributors of the item * ##CONTRIBUTOR## Outputs the
first contributor of the item * ##COPYRIGHT## Outputs any attached copyright text*##
ENCLOSURE## Outputs an attached image, if any * ##GUID## Outputs the unique ID for
the item in the feed * ##UNIQUEKEY## Outputs the unique key for the item in the 
feed

## 설치

 1. Download and unzip the zip file onto your computer
 2. Upload the ‘relatedkingpro’ folder into the `/wp-content/plugins/` directory (alternatively,
    install the plugin from the plugin directory within the admin)
 3. Activate the plugin through the ‘Plugins’ menu in WordPress
 4. Drag the widget into your sidebar and modify the settings or insert the shortcode
    into a post or theme template.

—

Having Trouble? Get support either on the support forums here or at [@kingproplugins on Twitter](http://twitter.com/kingproplugins),
[KingProPlugins on Facebook](http://facebook.com/kingproplugins) or [King Pro Plugins on Google+](https://plus.google.com/b/101488033905569308183/101488033905569308183/about)

—

## FAQ

  After activating this plugin, my site has broken! Why?

Nine times out of ten it will be due to your own scripts being added above the standard
area where all the plugins are included. If you move your javascript files below
the function, “wp_head()” in the “header.php” file of your theme, it should fix 
your problem.

—

Have a question thats not listed? Get support either on the support forums here 
or at [@kingproplugins on Twitter](http://twitter.com/kingproplugins), [KingProPlugins on Facebook](http://facebook.com/kingproplugins)
or [King Pro Plugins on Google+](https://plus.google.com/b/101488033905569308183/101488033905569308183/about)

—

## 후기

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

## 기여자 & 개발자

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

기여자

 *   [ Ash Durham ](https://profiles.wordpress.org/ashdurham/)

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

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

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

## 변경이력

#### 1.0.9

 * Additional field for ENCLOSURE that contains an image if it exists in the feed

#### 1.0.8

 * URL to ajax loader image fixed up
 * KPP logo update

#### 1.0.7

 * Addition of paginglocation shortcode option to control the output location of
   the pagination.
 * Addition of renderhtml shortcode option to control description output better
 * Addition of readmorelink and readmoretext shortcode option to be utilised when
   shortening the description and content fields

#### 1.0.6

 * Addition of pagingtype and activeclass shortcode options to output numbers pages.

#### 1.0.5

 * Fix to URL output on pagination to handle existing GET variables

#### 1.0.4

 * Addition of error checking and reporting
 * Fixed ability to add multiple feeds by changing the splitter from ‘,’ to ‘|’

#### 1.0.3

 * Update to KPP section with release of new plugin
 * Created local copy of Font Awesome as requested by WordPress

#### 1.0.2

 * Quick fix to widget and saving addresses

#### 1.0.1

 * Major styling update to settings page
 * Update to KPP Page styling and layout

#### 1.0

 * Initial

## 기초

 *  버전 **1.0.9**
 *  최근 업데이트: **12년 전**
 *  활성화된 설치 **10+**
 *  워드프레스 버전 ** 3.0.1 또는 그 이상 **
 *  다음까지 시험됨: **3.9.40**
 *  언어
 * [English (US)](https://wordpress.org/plugins/rsskingpro/)
 * 태그:
 * [feed](https://ko.wordpress.org/plugins/tags/feed/)[items](https://ko.wordpress.org/plugins/tags/items/)
   [links](https://ko.wordpress.org/plugins/tags/links/)[rss](https://ko.wordpress.org/plugins/tags/rss/)
   [rss feed](https://ko.wordpress.org/plugins/tags/rss-feed/)
 *  [고급 보기](https://ko.wordpress.org/plugins/rsskingpro/advanced/)

## 평점

 별 5점 만점에 5점.

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

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

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

## 기여자

 *   [ Ash Durham ](https://profiles.wordpress.org/ashdurham/)

## 지원

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

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

## 기부

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

 [ 이 플러그인에 기부하기 ](http://durham.net.au/donate/)