Title: Advanced Post Excerpt
Author: Steve Grunwell
Published: <strong>2016 年 2 月 26 日</strong>
Last modified: 2023 年 12 月 18 日

---

搜尋外掛

這個外掛**並未在最新的 3 個 WordPress 主要版本上進行測試**。開發者可能不再對這個
外掛進行維護或提供技術支援，並可能會與更新版本的 WordPress 產生使用上的相容性問題。

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

# Advanced Post Excerpt

 由 [Steve Grunwell](https://profiles.wordpress.org/stevegrunwell/) 開發

[下載](https://downloads.wordpress.org/plugin/advanced-post-excerpt.1.0.0.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/advanced-post-excerpt/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/advanced-post-excerpt/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/advanced-post-excerpt/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/advanced-post-excerpt/#developers)

 [技術支援](https://wordpress.org/support/plugin/advanced-post-excerpt/)

## 外掛說明

[WordPress post excerpts](https://codex.wordpress.org/Excerpt) can be a great way
to hand-craft the summary of your content. Unfortunately, writing post excerpts 
isn’t as nice of an experience as what you find elsewhere in WordPress. Want to 
include links in your excerpts, or bold some text? Hopefully you know some HTML!

Advanced Post Excerpts is designed to change that, by giving your editors an easy,
intuitive interface for writing great post excerpts.

For complete details and/or to contribute to ongoing development, please [visit this project on GitHub](https://github.com/stevegrunwell/advanced-post-excerpt).

## 螢幕擷圖

[⌊The Advanced Post Excerpt meta box, replacing the standard WordPress post excerpt.⌉⌊
The Advanced Post Excerpt meta box, replacing the standard WordPress post excerpt
.⌉[

The Advanced Post Excerpt meta box, replacing the standard WordPress post excerpt.

## 安裝方式

 1. Upload the plugin files into `wp-content/plugins/advanced-post-excerpt`.
 2. Activate the plugin through the WordPress “Plugins” screen.

## 常見問題集

### Can I limit the post types that get the advanced editor?

Absolutely! Before the native “Excerpt” meta box is overridden, Advanced Post Excerpt
passes an array of post types to the `ape_post_types` filter.

If, for instance, you only want the native “post” post type to use Advanced Post
Excerpt, you can add the following to your theme’s functions.php file:

    ```
    /**
     * Restrict Advanced Post Excerpt to the "post" post type.
     *
     * @param array $post_types Post types affected by Advanced Post Excerpt.
     * @return array A restricted version of $post_types containing only "post".
     */
    function mytheme_restrict_ape_post_types( $post_types ) {
        return array( 'post' );
    }
    add_filter( 'ape_post_types', 'mytheme_restrict_ape_post_types' );
    ```

### Will this work with the WordPress block editor (a.k.a. “Gutenberg”)?

Yes! As of version 1.0.0, Advanced Post Excerpt will continue to display the TinyMCE
editor in a meta box at the bottom of the block editor. To avoid conflicts, the 
default “Post Excerpt” panel in the block editor’s sidebar will automatically be
removed.

## 使用者評論

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

### 󠀁[Perfect!!!](https://wordpress.org/support/topic/perfect-10283/)󠁿

 [bonnie333](https://profiles.wordpress.org/bonnie333/) 2024 年 3 月 9 日

Perfect!!!

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

### 󠀁[Advanced Post Excerpt, Where have you been all my life?](https://wordpress.org/support/topic/advanced-post-excerpt-where-have-you-been-all-my-life/)󠁿

 [Becky Melton](https://profiles.wordpress.org/beckymelton1949/) 2020 年 10 月 17
日

This plugin resolves the most frustrating part of blog excerpts. (no HTML formatting)
This makes post archive pages so much more versatile. Thanks for this plugin!

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

### 󠀁[Perfect](https://wordpress.org/support/topic/perfect-7484/)󠁿

 [Eddie B](https://profiles.wordpress.org/eddiebernard/) 2020 年 7 月 18 日

A simple plugin that does exactly what it says in the description. I now have the
ability to have rich text editing in my post excerpt… exactly what I wanted. Many
thanks to the author!

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

### 󠀁[Just what I was looking for – and it works perfectly.](https://wordpress.org/support/topic/just-what-i-was-looking-for-and-it-works-perfectly/)󠁿

 [Gabor Lippert](https://profiles.wordpress.org/lunule/) 2016 年 9 月 3 日

Oh, and special thanks for lifting the excerpt field up from the page bottom – that
position was really annoying.

 [ 閱讀全部 4 則使用者評論 ](https://wordpress.org/support/plugin/advanced-post-excerpt/reviews/)

## 參與者及開發者

以下人員參與了開源軟體〈Advanced Post Excerpt〉的開發相關工作。

參與者

 *   [ Steve Grunwell ](https://profiles.wordpress.org/stevegrunwell/)

〈Advanced Post Excerpt〉外掛目前已有 1 個本地化語言版本。 感謝[全部譯者](https://translate.wordpress.org/projects/wp-plugins/advanced-post-excerpt/contributors)
為這個外掛做出的貢獻。

[將〈Advanced Post Excerpt〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/advanced-post-excerpt)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/advanced-post-excerpt/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/advanced-post-excerpt/)，或透過
[RSS](https://plugins.trac.wordpress.org/log/advanced-post-excerpt/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/advanced-post-excerpt/)。

## 變更記錄

For a full list of changes, please [see the full changelog on GitHub](https://github.com/stevegrunwell/advanced-post-excerpt/blob/develop/CHANGELOG.md).

#### 1.0.0

 * Added compatibility with the WordPress block editor (a.k.a. “Gutenberg”).
 * Bumped minimum PHP version to 7.0.

#### 0.2.1

 * Ensured that the plugin was localization-ready.

#### 0.2.0

 * Removed left, center, and right alignment buttons from the default post excerpt
   editor. If desired, [these can be restored with a single line of code](https://github.com/stevegrunwell/advanced-post-excerpt/releases/tag/v0.2.0).

#### 0.1.0

 * Initial public release.

## 中繼資料

 *  版本 **1.0.0**
 *  最後更新 **3 年前**
 *  啟用安裝數 **2,000+**
 *  WordPress 版本需求 ** 4.5 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.4.8**
 *  PHP 版本需求 ** 7.0 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/advanced-post-excerpt/) 及 [German](https://de.wordpress.org/plugins/advanced-post-excerpt/).
 *  [將這個外掛本地化為你的母語版本](https://translate.wordpress.org/projects/wp-plugins/advanced-post-excerpt)
 * 標籤:
 * [excerpts](https://tw.wordpress.org/plugins/tags/excerpts/)[tinyMCE](https://tw.wordpress.org/plugins/tags/tinymce/)
   [wysiwyg](https://tw.wordpress.org/plugins/tags/wysiwyg/)
 *  [進階檢視](https://tw.wordpress.org/plugins/advanced-post-excerpt/advanced/)

## 評分

 5 星，滿分為 5 星

 *  [  4 個 5 星使用者評論     ](https://wordpress.org/support/plugin/advanced-post-excerpt/reviews/?filter=5)
 *  [  0 個 4 星使用者評論     ](https://wordpress.org/support/plugin/advanced-post-excerpt/reviews/?filter=4)
 *  [  0 個 3 星使用者評論     ](https://wordpress.org/support/plugin/advanced-post-excerpt/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/advanced-post-excerpt/reviews/?filter=2)
 *  [  0 個 1 星使用者評論     ](https://wordpress.org/support/plugin/advanced-post-excerpt/reviews/?filter=1)

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

[查看全部使用者評論](https://wordpress.org/support/plugin/advanced-post-excerpt/reviews/)

## 參與者

 *   [ Steve Grunwell ](https://profiles.wordpress.org/stevegrunwell/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/advanced-post-excerpt/)