[WordPress] 外掛分享: Subtitle

前言介紹

  • 這款 WordPress 外掛「Subtitle」是 2013-05-01 上架。
  • 目前有 10 個安裝啟用數。
  • 上一次更新是 2014-06-30,距離現在已有 3961 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 3.5.1 以上版本才可以安裝。
  • 尚未有人給過這款外掛評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

shinichin |

外掛標籤

editor | wp_editor | sub content | custom field |

內容簡介

在您的文章/頁面/自訂文章類型編輯頁面下方新增另一個文字編輯器。

GitHub
外掛主頁

在模板中擷取和顯示

使用get_the_subcontent()來擷取,the_subcontent()來顯示。

更改標籤

預設輸入欄位的標籤是「副標題」。這裡有一個 hook 可以更改。

add_filter( 'nskw-sce-meta_label', 'nskw_changesubcontentlabel' );
function nskw_changesubcontentlabel() {
return '聯絡資訊';
}

更改編輯器高度

預設為10。

add_filter( 'nskw-sce-row', 'change_subcontent_row' );
function change_subcontent_row() {
    return 20;
}

在特定文章類型中隱藏
add_filter( 'nskw-sce-post_type', 'nskw_hide_subcontent' );
function nskw_hide_subcontent() {
return array( 'page', 'newposttype' );
}

停用 wpautop
add_filter( 'nskw-sce-wpautop', 'nskw_change_wpautop' );
function nskw_change_wpautop() {
return false;
}

無媒體上傳功能
add_filter( 'nskw-sce-media_buttons', 'nskw_change_mediasetting' );
function nskw_change_mediasetting() {
return false;
}

無tinyMCE編輯器
add_filter( 'nskw-sce-tinymce', 'nskw_cange_tinymce' );
function nskw_cange_tinymce() {
return false;
}

停用短碼渲染
add_filter( 'nskw-sce-shortcode', '__return_false' );

原文外掛簡介

Adds another text editor below the editor in your post/page/custom-post-type edit page.

GitHub
Plugin Homepage

Retriving and displaying in templates
Use get_the_subcontent() to retrieve and the_subcontent() to display.
Change label
By default the label of the input field is “Subtitle”. There’s a hook for changing it.
add_filter( 'nskw-sce-meta_label', 'nskw_changesubcontentlabel' );
function nskw_changesubcontentlabel() {
return 'Contact Information';
}

Change the height of the editor
Default it’s 10.
add_filter( 'nskw-sce-row', 'change_subcontent_row' );
function change_subcontent_row() {
    return 20;
}

Hide in particular post type
add_filter( 'nskw-sce-post_type', 'nskw_hide_subcontent' );
function nskw_hide_subcontent() {
return array( 'page', 'newposttype' );
}

Disable wpautop
add_filter( 'nskw-sce-wpautop', 'nskw_change_wpautop' );
function nskw_change_wpautop() {
return false;
}

No Media Uploader
add_filter( 'nskw-sce-media_buttons', 'nskw_change_mediasetting' );
function nskw_change_mediasetting() {
return false;
}

No tinymce
add_filter( 'nskw-sce-tinymce', 'nskw_cange_tinymce' );
function nskw_cange_tinymce() {
return false;
}

No shortcode rendering
add_filter( 'nskw-sce-shortcode', '__return_false' );

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Subtitle」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


0.1 |

延伸相關外掛(你可能也想知道)

  • Elementor Website Builder – More Than Just a Page Builder 》, 全球超過 1000 萬個網站的領先網站建立平台, Elementor 是專為 WordPress 設計的領先網站建立平台,使網站製作者能夠使用直覺式的視覺建立工具建立專業、像...。
  • Classic Editor 》Classic Editor 是由 WordPress 團隊維護的官方外掛程式,可還原之前(也就是「經典」)的 WordPress 編輯器和「編輯文章」畫面,使使用者可以使用延伸這個畫...。
  • Advanced Editor Tools 》高級編輯工具(以前稱為 TinyMCE Advanced)引入了一個「經典段落」區塊,供區塊編輯器(Gutenberg)使用。, 如果您還沒有準備好切換到區塊編輯器,或者有插...。
  • Classic Widgets 》Classic Widgets 是由 WordPress 團隊維護的官方外掛,能夠恢復先前(即「經典」)的 WordPress widgets 設定畫面。該外掛將於 2024 年或必要時保持支援和維...。
  • Spectra Gutenberg Blocks – Website Builder for the Block Editor 》a.com/tutorials/?utm_source=wp-repo&utm_medium=link&utm_campaign=readme" rel="nofollow ugc">Spectra tutorials, you can easily learn how to ...。
  • User Role Editor 》「User Role Editor」WordPress 外掛讓您輕鬆更改使用者角色和權限。, 只需打開您希望新增到所選角色的能力核取方塊,然後按「更新」按鈕以保存您的更改。完...。
  • Disable Gutenberg 》此外掛可禁用新的 Gutenberg 編輯器 (也稱為區塊編輯器),並以經典編輯器取代它。你可以完全禁用 Gutenberg,或從文章、頁面、角色、文章類型和主題模板中有...。
  • Gutenberg Blocks with AI by Kadence WP – Page Builder Features 》Kadence Blocks 是一個 WordPress 外掛,它附加自訂區塊和選項,擴展了 Gutenberg 編輯功能,使您能夠輕鬆創建美麗的網站,而不需要任何程式編寫。Kadence Bl...。
  • Page Builder: Pagelayer – Drag and Drop website builder 》. Pagelayer是一個WordPress網站建構工具,為您提供最佳的設計體驗和快速效能,不論您是初學者或專業人士都能愛上它。, Pagelayer是一款很棒的網頁建構工具,...。
  • Black Studio TinyMCE Widget 》此外掛添加了一個新的 Visual Editor 小工具類型,讓您能夠在側邊欄中輕鬆地插入豐富的文字和媒體對象。使用 Black Studio TinyMCE Widget 時,您將能夠使用W...。
  • Unyson 》, 您覺得這款外掛有幫助嗎?請考慮給它一個五星評價。, , Unyson - 一個免費的拖放框架,附帶許多內建的擴充功能,可以協助您輕鬆快速地開發高級主題。, 贊助...。
  • GenerateBlocks 》將不同的功能整合至編輯器,但並不會因為過多的一維方塊造成內容過於臃腫。使用 GenerateBlocks,您只需深入學習少量的方塊,即可用於創建任何內容。, Genera...。
  • Colibri Page Builder 》Colibri Page Builder 為 ColibriWP 佈景主題新增拖放式頁面建立功能。, 授權, 除非另有指定,所有佈景主題檔案和腳本皆採用 GNU 通用公眾授權證 (GNU Genera...。
  • AddQuicktag 》這個外掛讓在 HTML 和可視化編輯器中添加快捷標籤非常容易。您可以將您的快捷標籤匯出為可供其他插件版本匯入的 JSON 格式文件。, WordPress 的 WP-AddQuickt...。
  • Brizy – Page Builder 》, , Brizy 是一個快速且易於使用的頁面建構器,任何人都可以使用。不需要設計師或開發人員技能。一旦你使用 Brizy ,你就再也不會覺得有任何其它容易了!, 重...。

文章
Filter
Apply Filters
Mastodon