[WordPress] 外掛分享: Coursecheck

WordPress 外掛 Coursecheck 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「Coursecheck」是 2021-01-17 上架。
  • 目前有 50 個安裝啟用數。
  • 上一次更新是 2025-03-03,距離現在已有 62 天。
  • 外掛最低要求 WordPress 5.8 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 7.4 以上。
  • 有 1 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

southcoastonline |

外掛標籤

courses | coursecheck | course reviews | coursecheck.com |

內容簡介

這是官方的 WordPress 外掛,供 coursecheck.com 培訓提供者使用。

透過在您的網站上安裝此外掛,潛在客戶可以查看您最新的評價、評價數量以及平均評分。

公司評分

您可以使用小部件或簡碼,在網站上隨意顯示您公司的整體評分。

要在側邊欄中添加公司評分,請瀏覽外觀 > 小工具,並將 Coursecheck Widget 添加到您的佈景主題支援的任何小部件區域中。

使用簡碼達到相同效果:

[coursecheck company_id=X]
其中 X 為您的 coursecheck 公司 ID

課程評分

使用小部件或簡碼,您可以在網站上隨意顯示特定課程的評分。

要在側邊欄中添加課程評分,請瀏覽外觀 > 小工具,並將 Coursecheck Widget 添加到您的佈景主題支援的任何小部件區域中。然後,將 CourseID 添加到頁面的 Coursecheck meta box 中(如下所示的屏幕截圖)。

使用簡碼達到相同效果:

[coursecheck course_id=y]
其中 y 為您的 coursecheck 課程 ID

最新評論售車/滑塊

您可以使用以下簡碼在任何頁面或文章中顯示最新評論的售車:

[coursecheck_reviews company_id=X]
其中 X 為您的 Coursecheck 公司 ID。

要顯示特定課程的最新評論,請添加 course_id 屬性:

[coursecheck_reviews company_id=X course_id=Y]
其中 X 為您的 Coursecheck 公司 ID,Y 為您的 Coursecheck 課程 ID。

要更改售車速度,只需添加速度屬性:

[coursecheck_reviews company_id=X speed=10]
滑塊速度設為 10 秒

最新評論列表

要在側邊欄中添加最新評論列表,請瀏覽外觀 > 小工具並新增 Coursecheck Recent Reviews 到您的佈景主題支援的任何小部件區域中。

要在任何頁面或文章中添加最新評論列表,請使用以下簡碼:

[coursecheck_reviews company_id=X display=list]
其中 X 為您的 Coursecheck 公司 ID。

要顯示特定課程的最新評論,請添加 course_id 屬性:

[coursecheck_reviews company_id=X display=list course_id=Y]
其中 X 為您的 Coursecheck 公司 ID,Y 為您的 Coursecheck 課程 ID。

要限制顯示的評論數量,請添加 num_reviews 可選屬性:

[coursecheck_reviews company_id=X display=list num_reviews=4]
其中 X 為您的 Coursecheck 公司 ID
(最大顯示評論數量為 10)

要在簡單的行動友好的 2 列版面中顯示列表,請添加 layout 可選屬性:

[coursecheck_reviews company_id=X display=list layout=columns]
其中 X 為您的 Coursecheck 公司 ID

樣式和顏色

我們已經包含了基於 Coursecheck 品牌的簡單樣式,應該適用於大多數網站,但您可以使用 WordPress 自訂器 / 額外 CSS 更改任何樣式。

演示和範例

有關更多幫助和演示,請參見我們的 Coursecheck Plugin Demo 網站。

原文外掛簡介

The official WordPress plugin for coursecheck.com training providers.
By installing this plugin on your website prospective customers can see your most recent reviews, how many reviews you have, together with your average rating.
Company rating
You can display your overall company rating anywhere on your site using a widget or shortcode.
To add a company rating to your sidebar navigate to Appearance > Widgets and add Coursecheck Widget to any widget area your theme supports.
To achieve the same result using a shortcode:
[coursecheck company_id=X]
where X is your coursecheck CompanyID
Course rating
You can display a course specific rating anywhere on your site using a widget or shortcode.
To add course rating to your sidebar navigate to Appearance > Widgets and add Coursecheck Widget to any widget area your theme supports. Then add the CourseID to a pages Coursecheck meta box (see screenshot below).
To achieve the same result using a shortcode:
[coursecheck course_id=y]
where y is your coursecheck CourseID
Recent reviews carousel/slider
You can display a carousel of your recent reviews on any page or post using the following shortcode:
[coursecheck_reviews company_id=X]
where X is your Coursecheck CompanyID
To show recent reviews for a specific course add the course_id attribute
[coursecheck_reviews company_id=X course_id=Y]
where X is your Coursecheck CompanyID and Y is one of your Coursecheck CourseIDs’
To change the speed of the carousel simply add a speed attribute
[coursecheck_reviews company_id=X speed=10]
Slider speed set to 10 seconds
Recent reviews list
To add a list of recent reviews to your sidebar navigate to Appearance > Widgets and add Coursecheck Recent Reviews to any widget area your theme supports.
To add a list of your recent reviews to any page or post, use the following shortcode:
[coursecheck_reviews company_id=X display=list]
where X is your Coursecheck CompanyID
To show recent reviews for a specific course add the course_id attribute
[coursecheck_reviews company_id=X display=list course_id=Y]
where X is your Coursecheck CompanyID and Y is one of your Coursecheck CourseIDs’
To limit the number of reviews displayed add the optional num_reviews attribute:
[coursecheck_reviews company_id=X display=list num_reviews=4]
where X is your Coursecheck CompanyID
(the maximum number of reviews that can be displayed is 10)
To display the list in a simple mobile friendly 2 column layout add the optional layout attribute:
[coursecheck_reviews company_id=X display=list layout=columns]
where X is your Coursecheck CompanyID
Styling & Colors
We have included simple styling based on the Coursecheck branding that should work for most websites, but you can change pretty much any of this using WordPress Customizer / Additional CSS.
Demos and Examples
For more help and demos please see our Coursecheck Plugin Demo website.

各版本下載點

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

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


1.0 | 1.1 | 1.2 | 1.3 | 1.4 | 1.5 | 1.6 | 1.7 | 1.8 | 1.9 | 1.10.0 | 1.10.1 | 1.10.2 | 1.10.3 | 1.10.4 | 1.10.5 | 1.10.6 | 1.10.7 | 1.10.8 | 1.10.9 | 1.10.10 | 1.10.11 | 1.10.12 | 1.10.13 |

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

暫無相關外掛推薦。

文章
Filter
Apply Filters
Mastodon