Plugin info

Total downloads: 1,035
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 2
Last updated: 5/4/2015 (3894 days ago)
Added to WordPress: 4/12/2014 (11 years old)
Minimum WordPress version: 3.5.1
Tested up to WordPress version: 4.2.38
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3894 days ago

20/100

Is Pluralsight WordPress Widget abandoned?

Possibly abandoned (last update 3894 days ago).

Compatibility

Requires WordPress: 3.5.1
Tested up to: 4.2.38
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

This plugin adds a list of Pluralsight courses by author (by tag coming soon) as either a widget or a shortcode. The widget includes controls to determine what fields to include (first name, last name and date published), where to display the Pluralsight logo (above or below the course list) and how many courses to list.

The shortcode allows you to control all the same options with shortcode parameters.

Note: When using either the shortcode or the widget, you must specify an author name.

Shortcode usage

This shortcode will display no courses at all:

[ps-course-list] 

Author

This shortcode will display all courses by Chris Reynolds:

[ps-course-list author=chris-reynolds] 

Note: Author name must match the author ID on Pluralsight.com.

Fields

If no fields value is passed to the shortcode, only the course titles will display. However, if you’d like to display first name, last name and release date, you could do this:

[ps-course-list author=chris-reynolds fields="FirstName,LastName,ReleaseDate"] 

Note: When using multiple field values, values must be separated by commas with no spaces.

Limit

If you only wanted to list a few courses, you could do that like this:

[ps-course-list author=chris-reynolds limit=3] 

This parameter accepts any numeric value.

Logo Position

You can display the Pluralsight Logo above or below the course list like this:

[ps-course-list author=chris-reynolds logo=below] 

The default logo position is above. Using logo=below will override this to display the logo below the list of courses.

Coming soon!

Planned features are:

  • Logo style — for blogs with a dark background, the logo will display in a light color
  • Course list by tags — a comma-separated list of tags to display all courses by any number of different tags. Can be used in place of the author.

Installation

  1. Install the plugin via the WordPress Add New Plugin screen or upload the zip file from WordPress.org (or GitHub).
  2. Activate the plugin.
  3. Either drag the Pluralsight Widget to a widgetized area on your Widgets page or use the shortcode.

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

1.0.1

  • version bump, no major changes

1.0.0

  • Initial release