Linux 软件免费装
Banner图

Simple Course Creator

开发者 sdavis2702
更新时间 2020年3月30日 05:51
捐献地址: 去捐款
PHP版本: 3.8 及以上
WordPress版本: 5.3
版权: GPLv2 or later
版权网址: 版权信息

标签

taxonomy series sdavis2702 course lesson

下载

1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7

详情介绍:

Simple Course Creator is designed to easily link posts together in a series and output that series list in the content of each included post. A post can only be assigned to one course that way it can display the rest of the posts in its series. Output can be displayed above the post content, below, or both. There's also an option to display the posts as a number list, bullet list, or with no list indicator. Extend the functionality of Simple Course Creator with these add-on plugins: Follow Simple Course Creator’s development on Github View all contributors to SCC’s development.

安装:

  1. Upload simple-course-creator to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Create an unlimited number of courses under the WordPress 'Posts' menu
  4. Add single posts to a course on the post edit screen or the manage posts screen

屏幕截图:

  • settings Page with output options
  • create a course just like categories and tags
  • assign a post to a course from edit post screen
  • filter course information from manage posts screen
  • course output collapsed
  • course output expanded

常见问题:

Can a post be assigned to more than one course?

No. A post should only be assigned to one course. This is because the purpose of the plugin is to display the other posts that are in the same course as the post being viewed. In order to do that, the other posts must be pulled from a single source (the one course you have chosen). Technically, multiple courses can be added to a posts. However, only course will display on your post, and you will not have control of which course that is.

Can I edit the course HTML output?

Yes. When creating a new course, the description and course title fields are used to display an introduction to the course. If they are filled out, they will display. From there, there are multiple ways to edit additional output. -- The first and easiest way is to use the built-in hooks and filter to customize the course box. You'd write your actions in your active theme functions file. Here's a list of all the hook names you can use to insert custom content.

  • scc_before_container
  • scc_container_top
  • scc_below_title
  • scc_below_description
  • scc_before_toggle
  • scc_after_toggle
  • scc_above_list
  • scc_before_list_item
  • scc_after_list_item
  • scc_below_list
  • scc_container_bottom
  • scc_after_container
The course display toggle link is also filtered. Use the following filter to change its text.
  • course_toggle
-- The second way is to override the plugin display files in your active theme. You'd create a directory in the ROOT of your active theme called scc_templates and in it, copy any of the files from the includes/scc_templates directory of the plugin. Your new theme files will override the plugin files. Only use this method if you know your way around PHP, HTML, CSS, and JS. -- Lastly, for minimal display tweaks, simply write CSS in your active theme that overrides the default plugin CSS, which is minimal.

更新日志:

1.0.7 1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0