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

---

搜索插件

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的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://cn.wordpress.org/plugins/xtras-learndash/#description)
 * [评价](https://cn.wordpress.org/plugins/xtras-learndash/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/xtras-learndash/#installation)
 * [开发进展](https://cn.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**
 *  最后更新：**9 年前**
 *  活跃安装数量 **20+**
 *  WordPress 版本 ** 3.0.1 或更高版本 **
 *  已测试的最高版本为 **4.6.30**
 *  语言
 * [English (US)](https://wordpress.org/plugins/xtras-learndash/)
 * 标签
 * [courses](https://cn.wordpress.org/plugins/tags/courses/)[learndash](https://cn.wordpress.org/plugins/tags/learndash/)
   [learning](https://cn.wordpress.org/plugins/tags/learning/)[lms](https://cn.wordpress.org/plugins/tags/lms/)
 *  [高级视图](https://cn.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)