前言介紹
- 這款 WordPress 外掛「Mos Testimonial」是 2019-03-28 上架。
- 目前有 10 個安裝啟用數。
- 上一次更新是 2020-01-23,距離現在已有 1928 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 4.0 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 5.6 以上。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
Testimonial | testimonials | easy testimonial | testimonial page | simple testimonial |
內容簡介
一個簡單的推薦人外掛,讓您可以建立、排序、公開推薦人等功能。它使用自訂文章類型和分類方式來管理網站上的推薦人部分。您可以以區塊或輪播檢視方式顯示每個推薦人部分,包括短代碼選項以進行不同的顯示配置。
推薦人關鍵功能
多個推薦人,有無限的標籤和類別支援
建立推薦人類別和標籤
建立推薦人文章並將類別和標籤分配給它們
簡單的設計版面,以設置樣式推薦人文章
反應靈敏的推薦人設計可在所有螢幕尺寸和設備上看起來很棒
給進階使用者的額外 CSS 和 JS 輸入面板,可添加自定義腳本
最重要的是,它不會增加您網站的頁面載入時間
[testimonials]
將上述短代碼插入任何頁面,即可顯示您的推薦人。
Mos 推薦人具有反應靈敏的設計,使您的推薦人在所有螢幕尺寸和所有設備上都看起來很好。不用再擔心您的行動推薦人會是什麼樣子了。所有選項和樣式將應用於所有設備,因此您可以專注於內容。
幾秒鐘的額外時間可能會對您吸引訪客並增加銷售量有很大的影響。這意味著擁有快速的網站不僅對於在 Google 中排名良好很重要,而且對於保持底線利潤也非常重要。因此,因插件失去網頁速度是一種非常痛苦的體驗,默認 Mos 推薦人外掛是完全優化的,不會增加您的網站負載。
短代碼
[testimonials]
此短代碼接受許多屬性,這些屬性控制推薦人的顯示內容和方式。以下是簡要的屬性描述:
limit (int) — 要顯示的每頁文章數。使用 “limit”=-1 顯示所有文章(paged 參數被忽略)。
offset (int) — 要顯示或忽略的文章數。注意: 設置 offset 參數會覆蓋 paged 參數並破壞分頁。當使用 “limit”=-1(顯示所有文章)時,忽略 offset 參數。
category (int) — 顯示文章的類別 ID。請使用逗號分隔每個 ID。
tag (int) — 顯示文章的標籤 ID。請使用逗號分隔每個 ID。
order (string|array) — 指定 “orderby” 參數的升序或降序排序。默認值為 “DESC”。可以使用數組進行多個排序/排序設置:
“ASC” — 低到高的升序(1、2、3; a、b、c)。
“DESC” — 高到低的降序(3、2、1; c、b、a)。
orderby (string|array) — 按參數排序檢索文章。默認值為 “date (post_date)”。可以傳遞一個或多個選項。
“none” — 没有排序
“ID” — 按文章 ID 排序。注意大小寫。
“author” — 按作者排序。(“post_author” 也被接受。)
“title” — 按標題排序。(“post_title” 也被接受。)
“name” — 按文章名(文章縮略名)排序。(“post_name” 也被接受。)
“type” — 按文章類型排序。(“post_type” 也被接受。)
“date” — 按日期排序。(“post_date” 也被接受。)
原文外掛簡介
A simple testimonial plugin that lets you create testimonials, order testimonials, publicize testimonials, etc. It uses custom post types and taxonomies to manage an testimonial section for your site. You can display your every testimonial section in 2 different ways block or carouse view. Includes shortcode options for different display configurations.
TESTIMONIAL KEY FEATURES
Mos testimonial, with unlimited tag and category support
Create testimonial categories and tags
Create testimonial posts and assign categories and tags to them
Easy design layout to style your testimonial posts
Responsive testimonial design that looks great on all screen sizes
For advanced user additional CSS and JS input panel for adding custom scripts
And the most important thing it will not add any additional time on your page load time
[testimonials]
Simply insert the above short-code into any page to display your testimonials.
Mos testimonial has a responsive design that makes your testimonials look good on all screen sizes and all devices. No more worrying about what your mobile testimonial might look like. All options and styling will be applied across all devices, so you can focus on your content.
A few extra seconds could have a huge impact on your ability to engage visitors and make sales. This means that having a fast site is essential — not just for ranking well with Google, but for keeping your bottom-line profits high. So losing page speed for a plugin is a very pain full experience, by default Mos testimonials plugin fully optimized and it will not add any additional load into your website.
SHORTCODE
[testimonials]
This short-code accepts a lot attributes, the attributes controls what to display and how to display your testimonials. Description of attributes in short is given below
limit (int) – number of post to show per page. Use ‘limit’=-1 to show all posts (the ‘offset’ parameter is ignored with a -1 value).
offset (int) – number of post to displace or pass over. Warning: Setting the offset parameter overrides/ignores the paged parameter and breaks pagination. The ‘offset’ parameter is ignored when ‘limit’=-1 (show all posts) is used.
category (int) – category ids from where you like to display posts. Please seperate ids by comma (,).
tag (int) – tag ids from where you like to display posts. Please seperate ids by comma (,).
order (string | array) – Designates the ascending or descending order of the ‘orderby’ parameter. Defaults to ‘DESC’. An array can be used for multiple order/orderby sets
‘ASC’ – ascending order from lowest to highest values (1, 2, 3; a, b, c).
‘DESC’ – descending order from highest to lowest values (3, 2, 1; c, b, a).
orderby (string | array) – Sort retrieved posts by parameter. Defaults to ‘date (post_date)’. One or more options can be passed.
‘none’ – No order
‘ID’ – Order by post id. Note the capitalization.
‘author’ – Order by author. (‘post_author’ is also accepted.)
‘title’ – Order by title. (‘post_title’ is also accepted.)
‘name’ – Order by post name (post slug). (‘post_name’ is also accepted.)
‘type’ – Order by post type. (‘post_type’ is also accepted.)
‘date’ – Order by date. (‘post_date’ is also accepted.)
‘modified’ – Order by last modified date. (‘post_modified’ is also accepted.)
‘parent’ – Order by post/page parent id. (‘post_parent’ is also accepted.)
‘rand’ – Random order. You can also use ‘RAND(x)’ where ‘x’ is an integer seed value.
‘comment_count’ – Order by number of comments.
author
(int | string) – use author id or comma-separated list of IDs.
container
(boolean) – Whether or not to include wrapper.
container_class
(string) – Class that is applied to the container.
class
(string) – Class that is applied to the faq body.
singular
(boolean) – Whether or not to allow to open singularly.
pagination
(boolean) – Whether or not to include pagination.
grid
(string) – Range from 1 to 5.
view
(string) – testimonials can be viewed in like block or carousel.
template
(string) – template-1, template-3, template-3.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Mos Testimonial」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
暫無相關外掛推薦。