Title: Xtras LearnDash
Author: ernestortiz
Published: <strong>2016 年 11 月 14 日</strong>
Last modified: 2016 年 11 月 22 日

---

搜尋外掛

這個外掛**並未在最新的 3 個 WordPress 主要版本上進行測試**。開發者可能不再對這個
外掛進行維護或提供技術支援，並可能會與更新版本的 WordPress 產生使用上的相容性問題。

![](https://s.w.org/plugins/geopattern-icon/xtras-learndash.svg)

# Xtras LearnDash

 由 [ernestortiz](https://profiles.wordpress.org/ernestortiz/) 開發

[下載](https://downloads.wordpress.org/plugin/xtras-learndash.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/xtras-learndash/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/xtras-learndash/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/xtras-learndash/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/xtras-learndash/#developers)

 [技術支援](https://wordpress.org/support/plugin/xtras-learndash/)

## 外掛說明

This plugin is for LearnDash users; it is another grid for the courses (and for 
professors of the course), with a filter for categories or tags – through the use
of shortcodes.

### Donations

If you want to help me in writing more code or better poetry, please invite me to
a beer (or coffee, maybe) by sending your donation to http://paypal.me/ernestortiz.
Thanks in advance.

## 螢幕擷圖

 * [[
 * The Filter and the Courses grid…
 * [[
 * The filter (and the tooltip) in action…
 * [[
 * Also a grid for professors (please, note that the plugin profile-xtra is used
   here for the images).

## 安裝方式

 1. Upload unzipped plugin directory to the /wp-content/plugins/ directory, or install
    the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress.

## 常見問題集

  Nothing else to do after installation? No options page?

Nope, you simply upload and activate it; and the plugin do the rest…

  So, how can I use this plugin…

Using a shortcode:

    ```
    To show a filter of course categories names, followed by a two-column grid of all the courses:
        [xtraslms_portfolio]
    ```

This shortcode has many arguments; which self-explanatory names.
 ‘tax’ => ‘cat’,//’
tag’ or ‘cat’

    ```
        'progress' => 1,
        'my' => 1,
        'q' => -1, //quantity

        'iclass' => 'thumbnail'
    ```

The main argument is SHOW, it decides what to show. It has one of these values: 
f (for shows only filter), p (for shows only the portfolio of courses), a (for show
the authors, it means, the professors), and al (for shows a list of courses per 
professor). For example:

    ```
        To show only a filter:
        [xtraslms_portfolio show="f"]

        To show only a portfolio of courses (it means, image and title) as well as the name of the professor:
        [xtraslms_portfolio show="p,a"]

        To show only a portfolio of the image and name of professors:
        [xtraslms_portfolio show="a"]
    ```

You can apply a class to the images, using the argument ICLASS (its value is ‘thumbnail’
by default).

You can decide how many columns in the grid (from 1 to 5) with the argument COLS;
and how many courses to show, with the argument Q; and the order, using the argument
ORDERBY, which has the values ‘modified’ or ‘rand’. For example:

    ```
        To show one course, randomly:
        [xtraslms_portfolio show="p" q="1" orderby="rand"]
    ```

Back into the filter, you can filter by categories or by tags, using the argument
TAX (which can take ‘cat’ or ‘tax’ value.

** to be continued **

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Xtras LearnDash〉的開發相關工作。

參與者

 *   [ ernestortiz ](https://profiles.wordpress.org/ernestortiz/)

[將〈Xtras LearnDash〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/xtras-learndash)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/xtras-learndash/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/xtras-learndash/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/xtras-learndash/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/xtras-learndash/)。

## 變更記錄

#### 1.0.0

 * Stable Release

## 中繼資料

 *  版本 **1.0.0**
 *  最後更新 **10 年前**
 *  啟用安裝數 **20+**
 *  WordPress 版本需求 ** 3.0.1 或更新版本 **
 *  已測試相容的 WordPress 版本 **4.6.30**
 *  語言
 * [English (US)](https://wordpress.org/plugins/xtras-learndash/)
 * 標籤:
 * [courses](https://tw.wordpress.org/plugins/tags/courses/)[learndash](https://tw.wordpress.org/plugins/tags/learndash/)
   [learning](https://tw.wordpress.org/plugins/tags/learning/)[lms](https://tw.wordpress.org/plugins/tags/lms/)
 *  [進階檢視](https://tw.wordpress.org/plugins/xtras-learndash/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/xtras-learndash/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/xtras-learndash/reviews/)

## 參與者

 *   [ ernestortiz ](https://profiles.wordpress.org/ernestortiz/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/xtras-learndash/)

## 贊助

想要支援這個外掛的發展嗎？

 [ 贊助這個外掛 ](http://paypal.me/ernestortiz)