Title: Post Content Shortcode
Author: Herron
Published: <strong>2025년 6월 29일</strong>
Last modified: 2025년 6월 29일

---

플러그인 검색

![](https://ps.w.org/post-content-shortcode/assets/banner-772x250.png?rev=3319427)

![](https://ps.w.org/post-content-shortcode/assets/icon-256x256.png?rev=3319427)

# Post Content Shortcode

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

[다운로드](https://downloads.wordpress.org/plugin/post-content-shortcode.1.0.1.zip)

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

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

## 설명

**Post Content Shortcode** allows you to display the content of any post using a
shortcode like:

[post_content id=”123″]

This is useful for reusing content in multiple places, referencing another post 
inline, or including dynamically updated blocks of content.

You can configure which post statuses are allowed to be embedded from the plugin’s
settings page under **Settings  Post Content Shortcode**.

### Usage

Use the shortcode like this:

[post_content id=”123″]

Where `123` is the ID of the post you want to embed.

To avoid infinite loops, the plugin prevents a post from including itself.

Only posts with selected **statuses** (e.g. Published, Draft) will be rendered. 
You can control this from the plugin settings page.

### Customizing the Shortcode Tag

By default, the shortcode tag is `post_content`. You can change it by adding this
to your theme’s `functions.php` file:

add_filter( ‘herron_pcs_shortcode_tag’, function( $tag ) {
 return ‘my_custom_shortcode’;});

After doing so, use the new tag:

[my_custom_shortcode id=”123″]

The settings page and all logic will automatically respect this change.

### Learn More About Herron

This plugin is part of Herron’s ongoing effort to give back to the WordPress community.
If you’re interested in how we build custom WordPress solutions for clients or want
to collaborate, please visit [https://herron.agency/](https://herron.agency/).

## 스크린샷

[⌊Settings page showing allowed post statuses.⌉⌊Settings page showing allowed post
statuses.⌉[

Settings page showing allowed post statuses.

## 설치

 1. Upload the plugin folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Visit **Settings  Post Content Shortcode** to configure allowed post statuses.

## FAQ

### Why doesn’t the shortcode render anything?

Make sure the post you’re referencing exists and has an allowed post status (e.g.
Published). Check the plugin’s Settings page for configuration.

### How do I change the shortcode tag name?

Use the `herron_pcs_shortcode_tag` filter in your theme’s `functions.php`. See the“
Usage” section for an example.

### Does the plugin log errors?

Yes, but only when `WP_DEBUG_LOG` is enabled in your `wp-config.php` file. This 
ensures no logs are written unless your site is in debugging mode.

To enable logging, add the following lines to `wp-config.php`:

define( ‘WP_DEBUG’, true );
 define( ‘WP_DEBUG_LOG’, true );

Logs will be written to `wp-content/debug.log`.

## 후기

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

## 기여자 & 개발자

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

기여자

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

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

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

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

## 변경이력

#### 1.0.1

 * Updated plugin metadata to include plugin and author URIs. No functionality has
   changed.

#### 1.0.0

 * Initial release.

## 기초

 *  버전 **1.0.1**
 *  최근 업데이트: **1년 전**
 *  활성화된 설치 **60+**
 *  워드프레스 버전 ** 5.0 또는 그 이상 **
 *  다음까지 시험됨: **6.8.6**
 *  PHP 버전 ** 7.0 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/post-content-shortcode/)
 * 태그:
 * [Content Blocks](https://ko.wordpress.org/plugins/tags/content-blocks/)[dynamic content](https://ko.wordpress.org/plugins/tags/dynamic-content/)
   [post content](https://ko.wordpress.org/plugins/tags/post-content/)[reusable content](https://ko.wordpress.org/plugins/tags/reusable-content/)
   [shortcode](https://ko.wordpress.org/plugins/tags/shortcode/)
 *  [고급 보기](https://ko.wordpress.org/plugins/post-content-shortcode/advanced/)

## 평점

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

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

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

## 기여자

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

## 지원

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

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