Shortcode Reference: [tpcourselist] - winkm89/teachPress GitHub Wiki
Description
If you want to show a list of all courses of a semester.
Parameters
term (optional)
(string) The term you want to show. If it is not set, the plugins displays the courses of the current term.
image (optional)
(string) Set the image position: left, right or bottom. Default is none (No images displaying).
image_size (optinal)
(integer) Maximum size of an image in px. Default is 0. Use this only together with the „image“-parameter.
headline (optional)
(integer) If you want to show the headline in the list (headline=“1″) or not (headline=“0″). Default is 1.
text (optional)
(string) If you want to show a simple text or comment under the headline.
Examples
[tpcourselist]
Changelog
- Since: 2.0.0
- 3.1.2: Parameter "term" added