Title: Custom Post Display
Author: Cris Puno
Published: <strong>2012년 6월 6일</strong>
Last modified: 2026년 8월 12일

---

플러그인 검색

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

# Custom Post Display

 작성자: [Cris Puno](https://profiles.wordpress.org/crispuno/)

[다운로드](https://downloads.wordpress.org/plugin/custom-post-display.2.0.0.zip)

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

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

## 설명

You can use the Custom Post Display plugin to display the contents of any custom
post type in your WordPress site, either as a widget or anywhere in your content
using a shortcode.

Features include:

 * Widget and [custom_post_display] shortcode for placing anywhere (including the
   block editor via the Shortcode block)
 * Options to order by Post Title, Date and Menu Order
 * Inclusion of Featured Image with centered, left or right alignment
 * Customize number of posts displayed
 * Specify number of words per post excerpt

More information and a demo can be found at [my site](https://www.crispuno.ca/?p=228).

## 스크린샷

[⌊Widget options.⌉⌊Widget options.⌉[

Widget options.

[⌊Sample output.⌉⌊Sample output.⌉[

Sample output.

## 설치

 1. Download and unzip the file.
 2. Upload the Custom Post Display folder to your WordPress plugins folder
 3. Log in to WordPress and go to Plugins
 4. Click on the Activate link for Custom Post Display.
 5. Go to Appearance > Widgets and add the Custom Post Display widget to your sidebar,
    or use the [custom_post_display] shortcode in any post or page.

## FAQ

### Can I use this widget for Posts and Pages?

Yes, you have the option to choose Posts or Pages when you choose a custom post 
type. You can actually just use this widget to display recent posts or pages.

### How do I use the shortcode?

Add [custom_post_display] to any post or page. You can pass options, for example:

    ```
    [custom_post_display posttype="product" postnum="5" postlength="20" byorder="name" sorter="ASC" show_image="1" image_pos="left" moretext="Read more"]
    ```

Available attributes: posttype, postnum, postlength, byorder (empty for date, menu_order,
or name), sorter (ASC or DESC), show_image (1 or 0), image_pos (centered, left, 
right) and moretext.

### Can I choose which posts to feature?

Yes, if you have the Page Attributes box enabled for your custom post type (or Post/
Page), when you edit that post, just enter a number in the Order box.
 Number your
posts according to the order you want them to appear, then, in the Widget options,
just choose ‘Menu Order’ in the ‘Order By’ field and choose your Sort order.

## 후기

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

### 󠀁[Works good](https://wordpress.org/support/topic/works-good-514/)󠁿

 [huntvinyl](https://profiles.wordpress.org/huntvinyl/) 2026년 8월 12일

Easy way to show custom posts on the site. Works well for what I need it to do.

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

### 󠀁[Very useful](https://wordpress.org/support/topic/very-useful-1298/)󠁿

 [aaab456](https://profiles.wordpress.org/aaab456/) 2017년 6월 15일

This plugin is as easy as imagined.

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

### 󠀁[Works well](https://wordpress.org/support/topic/works-well-637/)󠁿

 [cassettehead](https://profiles.wordpress.org/cassettehead/) 2016년 9월 3일

Works well for my site. Hope you have an additional feature to use a shortcode instead
of a widget.

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

### 󠀁[Awesome](https://wordpress.org/support/topic/awesome-2881/)󠁿

 [keetykat](https://profiles.wordpress.org/keetykat/) 2016년 9월 3일

Needed a plugin to display the custom posts in a widget for a project I have and
this one works like a charm.

 [ 모든 5 평가 읽기 ](https://wordpress.org/support/plugin/custom-post-display/reviews/)

## 기여자 & 개발자

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

기여자

 *   [ Cris Puno ](https://profiles.wordpress.org/crispuno/)

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

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

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

## 변경이력

#### 2.0.0

 * Compatibility rewrite for modern WordPress and PHP 8
 * Fixed fatal error on PHP 8 by removing create_function()
 * Replaced the deprecated PHP4-style widget constructor with __construct()
 * Added a [custom_post_display] shortcode so the plugin works in post content and
   the block editor, not just widget areas
 * Escaped all output and sanitized all saved options
 * Replaced a direct database query with get_post_types()
 * Added direct-access protection and internationalization
 * Confirmed compatibility with WordPress 7.0

#### 1.2

 * Replaced deprecated WP Widgets construct
 * Added option for thumbnail alignment

#### 1.1

 * Fixed issue with missing word trimmer function

#### 1.0

 * Initial release

## 기초

 *  버전 **2.0.0**
 *  최근 업데이트: **1개월 전**
 *  활성화된 설치 **50+**
 *  워드프레스 버전 ** 5.0 또는 그 이상 **
 *  다음까지 시험됨: **7.0.6**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/custom-post-display/)
 * 태그:
 * [custom post type](https://ko.wordpress.org/plugins/tags/custom-post-type/)[custom post widget](https://ko.wordpress.org/plugins/tags/custom-post-widget/)
   [shortcode](https://ko.wordpress.org/plugins/tags/shortcode/)
 *  [고급 보기](https://ko.wordpress.org/plugins/custom-post-display/advanced/)

## 평점

 별 5점 만점에 3.7점.

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

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

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

## 기여자

 *   [ Cris Puno ](https://profiles.wordpress.org/crispuno/)

## 지원

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

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

## 기부

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

 [ 이 플러그인에 기부하기 ](https://www.crispuno.ca/?page_id=306)