이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Simple Course Creator – Updates

설명

The Simple Course Creator Updates addon (SCC Updates) is an extension for the Simple Course Creator plugin. With it, you can create a timeline of updates from your courses and display them anywhere on your WordPress site with a shortcode. For example:

  • News sites can easily post updates to stories broken apart into multiples posts
  • Course creators can use it to tease previews of their full course
  • Developers can use it to document the progress of their work on their blog, or as a changelog

See SCC Updates in action:

  • None. If your site is using SCC Updates, send me an email and I may showcase it here.

Templates and styling are handled out of the box, but SCC Updates is very simple to customize both with the shortcode and template files/stylesheets.

Follow Simple Course Creator Updates development on Github

스크린샷

  • What the timeline looks like with posts added to a course

설치

  1. Upload simple-course-creator-updates to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Use the [scc_updates] shortcode to output all courses by default, or [scc_updates course="coursename"] for single courses

FAQ

How can I change the headline and description text of the course?

By 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.

How can I add my own styles?

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: https://codex.wordpress.org/Child_Themes

  • Via FTP, open the simple-course-creator-updates plugin file and browse to includes/scc_templates and open the sccu.css file
  • Now, copy the entire file and go to your child theme root folder (the same folder style.css is in)
  • Unless you’ve already created it, create a new folder called scc_templates
  • Inside the scc_templates folder, create a sccu.css file.
  • Paste in the CSS, and you can now freely make changes to the appearance of SCC Updates!
How can I edit the template?

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: https://codex.wordpress.org/Child_Themes

  • Via FTP, open the simple-course-creator-updates plugin file and browse to includes/scc_templates and open the sccu-output.php file
  • Now, copy the entire file and go to your child theme root folder (the same folder style.css is in)
  • Unless you’ve already created it, create a new folder called scc_templates
  • Inside the scc_templates folder, create a sccu-output.php file.
  • Paste in the template code, and you can now freely make changes to the functionality of SCC Updates!

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Simple Course Creator – Updates”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Simple Course Creator – Updates”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.0

  • first stable version