[WordPress] 外掛分享: Theme Junkie Testimonials Content

首頁外掛目錄 › Theme Junkie Testimonials Content
WordPress 外掛 Theme Junkie Testimonials Content 的封面圖片
10+
安裝啟用
尚無評分
1240 天前
最後更新
問題解決
WordPress 3.6+ v0.1.0 上架:2014-04-29

內容簡介

這個外掛會在你的 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
}

外掛標籤

開發者團隊

⬇ 下載最新版 (v0.1.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Theme Junkie Testimonials Content」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

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
}

延伸相關外掛

文章
Filter
Apply Filters
Mastodon