[WordPress] 外掛分享: Title Tagline for Genesis

WordPress 外掛 Title Tagline for Genesis 的封面圖片。

前言介紹

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

外掛協作開發者

phpbits |

外掛標籤

title | genesis | title tagline | Genesis Framework | genesis title tagline |

內容簡介

此外掛僅適用於使用 Genesis Framework 或子佈景主題 的網站。

文章標題下額外標語

透過在文章編輯頁面提供的自訂 metabox,輕鬆地在文章標題下方加入標語,提升文章閱讀性。

允許在頁面或自訂文章類型中使用標語

當然,也可以在頁面和各種文章類型中加入標語。只需要在 functions.php 中加入以下篩選器,再加上希望添加的文章類型即可。非常簡單!

add_filter( 'genesis_title_tagline_post_types', 'genesis_add_title_tagline_post_types' );
function genesis_add_title_tagline_post_types( $types ){
$types[] = 'page';
$types[] = 'custom_post_type';
return $types;
}
樣式設定

若需要新增自製 CSS 樣式至標語,可以參考以下語法,例如透過更改不透明度。

.entry-title-tagline{ opacity: 0.8; }

更多資訊

追蹤開發者的 @Twitter 帳號
其他 與 Genesis Framework 相容的 WordPress 外掛

原文外掛簡介

This plugin will only work if you are using Genesis Framework or Child Themes.
Extra Tagline below Post Title
Improve your blog post readability by adding title tagline below your post title which can be added easily via custom metabox available on the post edit dashboard page.
Allow Tagline on Page or Custom Post Types
Of course you can add tagline on pages and post types too. Just add the filter below on your functions.php with the post type you’ll want to be added. Easy!
add_filter( 'genesis_title_tagline_post_types', 'genesis_add_title_tagline_post_types' );
function genesis_add_title_tagline_post_types( $types ){
$types[] = 'page';
$types[] = 'custom_post_type';
return $types;
}
Styling
If you need to add custom css to title tagline, you can use something like this one which changes the opacity.
.entry-title-tagline{ opacity: 0.8; }
More information

Follow the developer @Twitter
Other Genesis Framework Compatible WordPress plugins

各版本下載點

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

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


最新版本

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

暫無相關外掛推薦。

文章
Filter
Mastodon