Title: Truncate Text
Author: WebPro
Published: <strong>2023년 3월 2일</strong>
Last modified: 2025년 5월 18일

---

플러그인 검색

![](https://ps.w.org/truncate-text/assets/banner-772x250.png?rev=3295985)

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

![](https://ps.w.org/truncate-text/assets/icon-256x256.png?rev=3295985)

# Truncate Text

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

[다운로드](https://downloads.wordpress.org/plugin/truncate-text.1.0.3.zip)

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

 [지원](https://wordpress.org/support/plugin/truncate-text/)

## 설명

Truncate Text lets you shorten long strings of text in posts, pages, or custom content.
Ideal for trimming usernames, crypto wallet addresses, or any lengthy content, it
offers flexible options to control exactly how and where the text is truncated.

Check out our other awesome plugins: [Admin Hero](https://wordpress.org/plugins/admin-hero)
| [Admin Shift](https://wordpress.org/plugins/admin-shift)

### Usage

 * Use the `[truncate-text]` shortcode to truncate text in your post or page content.
 * Use the `[truncate-shortcode]` shortcode to process nested shortcodes before 
   truncating.

### Optional Attributes

These attributes work with both shortcodes:
 – **`limit`**: Set the number of characters
to display (default: 6). Example: `[truncate-text limit="8"]0x8755B12f034ee7b2383fCF5E849201C71622CC44[/
truncate-text]`  `0x8755B1...1622CC44` – **`encoding`**: Specify the text encoding(
default: UTF-8). Example: `[truncate-text encoding="ISO-8859-1"]text[/truncate-text]`–**`
location`**: Choose where to truncate: “start”, “middle” (default), or “end”. Examples:–`[
truncate-text location="start"]0x8755B12f034ee7b2383fCF5E849201C71622CC44[/truncate-
text]`  `...1622CC44` – `[truncate-text location="middle"]0x8755B12f034ee7b2383fCF5E849201C71622CC44[/
truncate-text]`  `0x8755...22CC44` – `[truncate-text location="end"]0x8755B12f034ee7b2383fCF5E849201C71622CC44[/
truncate-text]`  `0x8755...` – **`dots`**: Set the number of dots in the ellipsis(
default: 3). Examples: – `[truncate-text location="end" dots="10"]0x8755B12f034ee7b2383fCF5E849201C71622CC44[/
truncate-text]`  `0x8755..........` – `[truncate-text location="middle" dots="5"]
0x8755B12f034ee7b2383fCF5E849201C71622CC44[/truncate-text]`  `0x8755.....22CC44`

### Nested Shortcode Example

 * `[truncate-shortcode limit="6" location="end" dots="4"][another-shortcode][/truncate-
   shortcode]`
    Processes the inner shortcode first, then truncates the result.

### Support

If you have questions or issues, please reach out through our support channel at
[NateChisley.com](https://natechisley.com). We’re happy to assist!

### Contributing

We welcome contributions! Please follow our guidelines for contributing at [NateChisley.com](https://natechisley.com).

## 스크린샷

[[

[[

## 설치

 1. Log in to your WordPress site as an administrator.
 2. Go to the “Plugins” section in the WordPress dashboard.
 3. Click “Add New” and then click the “Upload Plugin” button.
 4. Choose the `truncate-text.zip` file from your computer and click “Install Now.”
 5. After installation is complete, click the “Activate Plugin” button.

## 후기

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

### 󠀁[Definitely the best and kudos to the developer](https://wordpress.org/support/topic/definitely-the-best-and-kudos-to-the-developer/)󠁿

 [ZanchettaSol](https://profiles.wordpress.org/zanchettasol/) 2025년 3월 24일 답글
3개

Best plugin for truncating text and not only, in my theme it also works inside the
settings so I can control any text. I contacted the developer who in a few hours
modified the plugin with my request and did it in a short time and going beyond 
my expectations. Great job!

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

### 󠀁[Great for truncating crypto wallet addresses!](https://wordpress.org/support/topic/great-for-truncating-crypto-wallet-addresses/)󠁿

 [WebPro](https://profiles.wordpress.org/nchisley/) 2023년 3월 2일

Truncate text in a snap!

 [ 모든 2 평가 읽기 ](https://wordpress.org/support/plugin/truncate-text/reviews/)

## 기여자 & 개발자

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

기여자

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

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

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

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

## 변경이력

#### 1.0.3

 * Restructured directory.

#### 1.0.2

 * Added important links to the plugin page listing and settings page.
 * Brand/images update.

#### 1.0.1

 * New attributes added (limit, location, encoding, dots).
 * Added support for nested shortcodes.

#### 1.0.0

 * Initial release with `[truncate-text]` and `[truncate-shortcode]` shortcodes.

## 기초

 *  버전 **1.0.3**
 *  최근 업데이트: **1년 전**
 *  활성화된 설치 **10+**
 *  워드프레스 버전 ** 5.0 또는 그 이상 **
 *  다음까지 시험됨: **6.8.8**
 *  PHP 버전 ** 7.2 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/truncate-text/)
 * 태그:
 * [Content Formatting](https://ko.wordpress.org/plugins/tags/content-formatting/)
   [truncate](https://ko.wordpress.org/plugins/tags/truncate/)[truncate text](https://ko.wordpress.org/plugins/tags/truncate-text/)
 *  [고급 보기](https://ko.wordpress.org/plugins/truncate-text/advanced/)

## 평점

 별 5점 만점에 5점.

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

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

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

## 기여자

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

## 지원

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

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

## 기부

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

 [ 이 플러그인에 기부하기 ](https://natechisley.com/donate)