前言介紹
- 這款 WordPress 外掛「Theme Junkie Testimonials Content」是 2014-04-29 上架。
- 目前有 20 個安裝啟用數。
- 上一次更新是 2022-10-26,距離現在已有 921 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 3.6 以上版本才可以安裝。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
widget | post type | Testimonial | testimonials | custom post type |
內容簡介
這個外掛會在你的 WordPress 網站上新增一個「客戶推薦」的自訂文章類別,讓你可以管理客戶的推薦內容。它支援小工具和簡碼顯示推薦內容,因此可以直接使用,並與所有 WordPress 佈景主題相容。
請閱讀使用說明頁面以瞭解更多使用方法。
它還具備引入更多推薦資訊的內建元件:
作者名稱
作者頭像上傳
作者網站名稱
作者網站 URL
注意
我們不會為這個外掛提供任何 CSS 樣式,這樣你可以更自由地設計推薦內容樣式。我們只會提供 CSS 選擇器,以引導你進行風格設計,請參閱這裡。
外掛資訊
由Theme Junkie開發
歡迎至Github專案頁面參與貢獻。
簡碼使用方法
以下是使用簡碼在內容中顯示推薦內容的範例:
[tj-testimonial]
你也可以使用下列任何參數在簡碼中加入更多的資訊:
limit = "1" (限制顯示的推薦內容數目)
column = "1" (每列的推薦內容數量,並且會產生有唯一 CSS 類別的列)
css_class = "" (自訂唯一的 CSS 類別)
before = "" (在推薦內容之前加入 HTML 或文字)
after = "" (在推薦內容之後加入 HTML 或文字)
簡碼使用範例
顯示 4 條推薦內容,每列顯示 4 個推薦內容
[tj-testimonial limit="4" column="4"]
在推薦內容之前加入自訂 HTML
[tj-testimonial before="Testimonials"]
小工具使用方法
前往「外觀 > 小工具」,你會看到 Testimonial 小工具。拖曳並且放置到側邊欄內。
CSS 選擇器
.tjtsc-testimonial {
// 推薦內容包裝元素
}
.testimonial-column-... {
// 每列推薦內容,點(...)會依照簡碼所設定的 column 參數自動產生
}
.tjtsc-testimonial ul {
// 推薦內容清單樣式
}
.tjtsc-testimonial li {
// 推薦內容清單樣式
}
.tjtsc-testimonial p {
// 推薦內容文字
}
.tjtsc-testimonial img {
// 推薦內容頭像
}
.tjtsc-testimonial cite {
// 推薦內容作者名稱、網站名稱、網站 URL
}
原文外掛簡介
This plugin adds a testimonials custom post type to your WordPress website to manage your customers testimonial. It should work out-of-the-box with any WordPress themes because it support widget and shortcode to display the testimonials.
Please read usage instructions page to read more on how to use it.
It has built-in meta boxes to add more data to the testimonials:
Author name
Author avatar uploader
Author website name
Author website url
Note
We DO NOT provide any css style for the plugin, so it give you more flexibility to styling the testimonials style. We only provide the css selectors to guide you, please read it here.
Plugin Info
Developed by Theme Junkie
Check out the Github repo to contribute.
Shortcode Usage
To display the testimonials in your content you can use the following shortcode:
[tj-testimonial]
To add arguments to this, please use any of the following arguments:
limit = “1” (limit the testimonials to show)
column = “1” (testimonials per row, it adds unique css class to allow you styling it)
css_class = “” (custom uniqeu class)
before = “” (html or text before the testimonials)
after = “” (html or text after the testimonials)
Shortcode Usage Examples
Display 4 testimonials with 4 columns
[tj-testimonial limit=”4″ column=”4″]
Display custom HTML before the testimonials
[tj-testimonial before="
Testimonials
"]
Widget Usage
Please go to Appearance → Widgets and you should see Testimonial widget. Drag it and drop to the sidebar.
CSS Selectors
.tjtsc-testimonial {
// testimonials wrapper
}
.testimonial-column-... {
// testimonial column, the dot(...) automatically generated from the column arguments in the shortcode
}
.tjtsc-testimonial ul {
// testimonial list style
}
.tjtsc-testimonial li {
// testimonial list style
}
.tjtsc-testimonial p {
// testimonial content
}
.tjtsc-testimonial img {
// testimonial avatar
}
.tjtsc-testimonial cite {
// testimonial name, website name and website url
}
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Theme Junkie Testimonials Content」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
Custom Post Type UI 》Custom Post Type UI 提供了易於使用的界面,以便為您的網站註冊和管理自定義文章類型和分類法。, Custom Post Type UI Extended, CPTUI 協助建立自定義內容...。
Meta Box 》Meta Box 是一個強大、專業又輕量級的工具組,供開發者在 WordPress 中為任何自訂文章型別建立自訂的 Meta Box 與自訂欄位。, 透過 Meta Box,您可以使用超過...。
Post Type Switcher 》這個外掛在文章編輯介面中新增了一個簡單的文章型別下拉選單,讓你可以重新指派任何文章至新的文章型別。你可以在編輯文章時更換文章的型別。, 支援的型別, ...。
Portfolio Post Type 》此外掛註冊了自訂的作品集文章類型 (custom post type)。同時也註冊了獨立的作品集標籤和分類 (taxonomy)。如果選擇了特色圖片,它們將會在欄位檢視中被顯示...。
Search & Filter 》Search & Filter 是一款簡單的 WordPress 搜尋和篩選外掛程式,是 WordPress 搜尋框的進階版。, 您可以透過類別、標籤、自訂分類、文章類型、發佈日期或...。
Themify Portfolio Post 》Themify Portfolio Posts 是一個簡單的外掛,允許您展示乾淨版面的專案資訊。簡約而精美,您可以點擊您的圖庫專案的每張圖片,選擇顯示更多細節,例如專案類...。
Custom Content Shortcode 》停用通知, , 此外掛已不再維護。, 請改使用下一代範本系統:Loops & Logic。, 概述, , 從單一欄位到整個頁面,Custom Content Shortcode 是一套指令,可...。
WP Post Branches 》WP Post Branches 可以在公開發布的文章中創建私有分支。當你發布一個分支時,會覆蓋原始文章。, 翻譯人員, , 日語(ja) – Horike Takahiro, , 你可以將...。
Sponsors 》p>你是否曾經必須為你的活動/公司合作夥伴添加一堆帶有連結的圖片?, 使用 Sponsors,你不再需要使用文本小工具了。支持你、你的公司或活動的公司和人現在有...。
Themify Event Post 》是否有即將到來的活動或有趣的特賣活動想在 WordPress 網站上分享呢?Themify Event Post Type 外掛允許使用者創建活動特定的文章類型,以下是它的功能:, , ...。
Custom Post Type Editor 》使用簡單的儀表板用戶介面,自定義任何已註冊的自訂文章類型的文字標籤、菜單名稱或說明。不需要進行 PHP 文件編輯!, , 想把 文章 重新命名為 新聞 嗎?, 想...。
Remove slug from custom post type 》在 WordPress 2.9 中引入了自定義文章類型,為許多 WordPress 開發人員打開了新世界。, 當涉及到移除 slug 並且不破壞其他文章類型的重寫規則時,這款外掛表...。
Custom Post Type Date Archives 》在管理儀表板中為自訂文章類型新增日期存檔。此外採用插件還提供小工具和編輯器區塊來顯示存檔、日曆和最近的文章。這允許您將此插件用作超級簡單的活動日曆...。
Archive Control 》這是一個簡單快速的方式來自定義檔案庫頁面(或像定制文章類型,分類,標籤或自訂稅項名稱這樣列出文章的頁面)。您可以在列表之前或之後添加可編輯的內容,...。
Simple Custom Post Types 》從WordPress 3.1版本開始,擁有自定義文章類型的管理功能,而這個外掛使得管理過程更加簡單,不需任何編程知識。更新摘要可以更新您的佈景主題!, 這個外掛提...。