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

wp-tutorial-maker

설명

WP Tutorial Maker allow you to select some categories in your site and makes them into tutorial categories.

  1. The category will be ordered by the creation date in ascending order.
  2. You can choose if each post in the category will have navigational to the next post and to the last post.
    You can also choose the position of those links – before or after the content.
  3. You can choose to add a link back to the category and choose the text of the link and a text that will appear next to
    the link.

After activating WP Tutorial Maker, you can go to any category in your WordPress and designate it as ‘Tutorial Category’.

WP Tutorial maker has fully automated testing environment based on WordPress PHPUnit.
GitHub: https://github.com/barzik/wp-tutorial-maker

Automated testing

WP Tutorial maker can be tested by using PHPUnit with the official WordPress testing environment.

  1. Install WordPress develop and PHPUnit. You can follow these instructions
  2. define local variable WP_TESTS_DIR with the location of WordPress develop phpunit folder.
    for example, put export WP_TESTS_DIR="/var/www/html/wordpress-develop/tests/phpunit" in .bashrc (Linux)
  3. Go to the plugin main folder and run phpunit.
  4. Tests coverage report is being printed in HTML page to ./log/CodeCoverage.

Translations

  • English – default, always included
  • Hebrew

스크린샷

  • Edit\Add new Category
  • All of the options that available when choosing to activate the tutorial on single category.

설치

Using The WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Search for ‘wp-tutorial-maker’
  3. Click ‘Install Now’
  4. Activate the plugin on the Plugin dashboard

Uploading in WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Navigate to the ‘Upload’ area
  3. Select wp-tutorial-maker.zip from your computer
  4. Click ‘Install Now’
  5. Activate the plugin in the Plugin dashboard

Using FTP

  1. Download wp-tutorial-maker.zip
  2. Extract the wp-tutorial-maker directory to your computer
  3. Upload the wp-tutorial-maker directory to the /wp-content/plugins/ directory
  4. Activate the plugin in the Plugin dashboard

후기

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

기여자 & 개발자

“wp-tutorial-maker”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “wp-tutorial-maker”(을)를 번역하세요.

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

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

변경이력

1.5

  • Fixing security breaches in admin interface
  • Adding a lot more automated tests
  • Adding test coverage report

1.4

  • Adding TravisCi support

1.3

  • Fixed bad link back to tutorial category
  • fixed i18n po-mo
  • CSS improvements

1.2

  • Major issue fix – Insert deactivate clearing function

1.1

  • Major issue fix – Removing single_activate calls and change plugin description.

1.0

  • Initial version

Upgrade Notice Section