开发者 | alexmangini |
---|---|
更新时间 | 2014年10月1日 07:38 |
捐献地址: | 去捐款 |
PHP版本: | 3.8 及以上 |
WordPress版本: | 3.9 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
simple-course-creator-updates
to the /wp-content/plugins/
directory[scc_updates]
shortcode to output all courses by default, or [scc_updates course="coursename"]
for single coursesBy default, the title of the course is the same name you give it when you create the course in Dashboard > Posts > Courses. You can set a custom title by filling in the Post Listing Title field on the course's edit screen. The same process applies to the course description, except you'd fill in the Description text box on the course edit screen.
You can override the default styles the SCC Updates plugin outputs by following these simple steps: NOTE: It is highly encouraged you only make these changes using a child theme. If you use a parent theme, and then update it, you will lose all customizations you made with this plugin. Read more about child themes: http://codex.wordpress.org/Child_Themes
simple-course-creator-updates
plugin file and browse to includes/scc_templates
and open the sccu.css
filestyle.css
is in)scc_templates
scc_templates
folder, create a sccu.css
file.You have complete customization control of not just the way SCC Updates looks, but also how it functions. Following a nearly identical process as above, editing the template file can be done by following these simple steps: NOTE: It is highly encouraged you only make these changes using a child theme. If you use a parent theme, and then update it, you will lose all customizations you made with this plugin. Read more about child themes: http://codex.wordpress.org/Child_Themes
simple-course-creator-updates
plugin file and browse to includes/scc_templates
and open the sccu-output.php
filestyle.css
is in)scc_templates
scc_templates
folder, create a sccu-output.php
file.