With this plugin you can easy manage courses, enrollments and publications.
When you writing a post or page use the following tag: [tpcourselist]
Create a new page or post and use the following tag: [tpenrollments]
You can write long course desciptions, as normal WordPress pages. The main function of teachPress is only to connect the static page with a course overview and an enrollment system. For this you can specify a related page for your course.
An example: [tplist user="0" image="left" image_size="70"]. Important: You must specify both image parameters.
If you want to use only one part of the plugin, so write the following in the wp-config.php of your WordPress installation
For deactivating the course system:
define ('TP_COURSE_SYSTEM','disable');
For deactivating the publication system:
define ('TP_PUBLICATION_SYSTEM','disable');
If you save plugins outside the normal path (/wp-content/plugins/), the plugin can't load required WordPress files in some cases. Solution: Change the path in the following plugin files: export.php (line 9) / feed.php (line 7).
Requires: 3.3 or higher
Compatible up to: 3.3.2
Last Updated: 2012-4-5
Downloads: 6,045
Got something to say? Need help?