X
by ernestortiz
0 (0 reviews)
Xtras LearnDash
Some xtras for LearnDash (another grid to courses with category/tag filter && show professors)
Tested up to WP 4.6.30 (Current: 7.0)
v1.0.0
Current Version v1.0.0
Updated 9 years ago
Last Update on 22 Nov, 2016
Refreshed 4 weeks ago
Last Refreshed on
Rank
#24,951
—
No change
Active Installs
20+
—
No change
KW Avg Position
N/A
—
No change
Downloads
3K
+1 today
Support Resolved
0%
—
No change
Rating
0%
Review 0 out of 5
0
(0 reviews)
Next Milestone 30
20+
30+
1,581
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 1 more installs to reach 30+
Rank Changes
Current
#24,951
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
0.0
0 reviews
Overall
0%
5
0
(0%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 0 of 0| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| No keyword data available yet. | ||||
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 1.0.0
- Last Updated
- Nov 22, 2016
- Requires WP
- 3.0.1+
- Tested Up To
- 4.6.30
- PHP Version
- N/A
- Author
- ernestortiz
Support & Rating
- Rating
- ☆ ☆ ☆ ☆ ☆ 0
- Reviews
- 0
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowFrequently Asked Questions
Common questions about Xtras LearnDash
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 **