Title: Dropndot Post Subtitle
Author: Dropndot Solutions
Published: <strong>2026 年 3 月 10 日</strong>
Last modified: 2026 年 3 月 10 日

---

搜尋外掛

![](https://ps.w.org/dropndot-post-subtitle/assets/banner-772x250.png?rev=3478871)

![](https://ps.w.org/dropndot-post-subtitle/assets/icon.svg?rev=3478871)

# Dropndot Post Subtitle

 由 [Dropndot Solutions](https://profiles.wordpress.org/dropndot/) 開發

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

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

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

## 外掛說明

Dropndot Post Subtitle allows you to easily add subtitles (subheadings) to your 
WordPress posts, pages, and custom post types. The plugin integrates seamlessly 
with both Gutenberg and Classic Editor, and provides full support for modern WordPress
development with WPGraphQL and REST API integration.

#### Features

 * **Gutenberg Sidebar Panel** – Easy-to-use subtitle field in the document sidebar
 * **Classic Editor Support** – Subtitle field appears right after the title
 * **Custom Post Types** – Enable subtitles for any post type
 * **WPGraphQL Integration** – Query subtitles in your GraphQL queries
 * **REST API Support** – Access subtitles via WordPress REST API
 * **Quick Edit** – Edit subtitles directly from the posts list
 * **Admin Columns** – See subtitles at a glance in the admin
 * **Shortcodes** – Display subtitles anywhere with `[dropposu_subtitle]`
 * **Developer Friendly** – Simple PHP functions for theme integration

#### Usage

**Shortcode:**

    ```
    [dropposu_subtitle]
    ```

**In Theme Templates:**

    ```
    <?php dropposu_subtitle(); ?>
    ```

**With HTML Wrapper:**

    ```
    <?php dropposu_subtitle(0, '<h2 class="subtitle">', '</h2>'); ?>
    ```

**WPGraphQL:**

    ```
    query {
      post(id: "/my-post/", idType: SLUG) {
        title
        subtitle
      }
    }
    ```

**REST API:**

Access via `/wp-json/wp/v2/posts/123` – response includes `dropposu_subtitle` field.

### Developer Documentation

#### Functions

**dropposu_subtitle( $post_id, $before, $after )**

Display the subtitle.

Parameters:
 * `$post_id` (int) – Post ID. Default: current post * `$before` (string)–
HTML before subtitle * `$after` (string) – HTML after subtitle

**get_dropposu_subtitle( $post_id, $before, $after )**

Get the subtitle (returns string, does not echo).

Parameters:
 * `$post_id` (int) – Post ID. Default: current post * `$before` (string)–
HTML before subtitle * `$after` (string) – HTML after subtitle

### Support

For support, please visit the plugin settings page or contact the developer at https://
dropndot.com

## 安裝方式

 1. Upload the plugin files to `/wp-content/plugins/dropndot-post-subtitle/`
 2. Activate the plugin through the ‘Plugins’ screen in WordPress
 3. Go to Settings  Dropndot Post Subtitle to configure which post types should support
    subtitles
 4. Start adding subtitles to your posts!

## 常見問題集

### Where is the subtitle field in Gutenberg?

The subtitle field appears in the right sidebar panel, below the Featured Image 
section. Make sure you have enabled subtitle support for that post type in Settings
Dropndot Post Subtitle.

### Where is the subtitle field in Classic Editor?

The subtitle field appears right after the title field at the top of the editor.

### How do I display the subtitle in my theme?

Use `<?php dropposu_subtitle(); ?>` in your theme template files where you want 
the subtitle to appear.

### Can I use subtitles with custom post types?

Yes! Go to Settings  Dropndot Post Subtitle and enable subtitle support for any 
public post type.

### Does this work with WPGraphQL?

Yes! The plugin automatically adds a `subtitle` field to all supported post types
in your GraphQL schema.

### Does this work with the REST API?

Yes! Subtitles are available via the `dropposu_subtitle` field in REST API responses.

### Can I use shortcodes?

Yes! Use `[dropposu_subtitle]` in your content or widgets.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

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

參與者

 *   [ Dropndot Solutions ](https://profiles.wordpress.org/dropndot/)

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

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

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

## 變更記錄

#### 1.0.0

 * Initial public release

## 中繼資料

 *  版本 **1.0.0**
 *  最後更新 **3 個月前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.3 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.9.4**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/dropndot-post-subtitle/)
 * 標籤:
 * [subheading](https://tw.wordpress.org/plugins/tags/subheading/)[subtitle](https://tw.wordpress.org/plugins/tags/subtitle/)
 *  [進階檢視](https://tw.wordpress.org/plugins/dropndot-post-subtitle/advanced/)

## 評分

這個項目尚無任何評論記錄。

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

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

## 參與者

 *   [ Dropndot Solutions ](https://profiles.wordpress.org/dropndot/)

## 技術支援

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

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