설명
MediNova Clinic Manager adds the content model a medical website needs:
- Departments — a custom post type with per-department details such as description, sub-category, abbreviation and key statistics (procedures per year, success rate).
- Doctors — a custom post type with profile photo, role, department assignment, expertise, experience, room number, biography, qualifications, education and languages.
- Scheduling — weekly availability with multiple time periods per day, plus special-date overrides (e.g. holidays or one-off clinics).
- Admin tooling — purpose-built meta boxes and doctor list columns (photo, role, department, experience) for fast content management.
The plugin was built as the companion to the MediNova theme, but the post types and meta it registers are theme-independent: your content stays available if you switch themes.
설치
- Upload the
medinovafolder to the/wp-content/plugins/directory, or install the plugin ZIP through the Plugins Add New screen in WordPress. - Activate the plugin through the Plugins screen in WordPress.
- Add your first department under Departments Add New Department.
- Add doctors under Doctors Add New Doctor and assign each one to a department.
FAQ
-
Does this plugin require the MediNova theme?
-
No. The post types, meta fields and scheduling data are registered by the plugin and work with any theme. The MediNova theme provides ready-made front-end templates for them.
-
Where is doctor and department data stored?
-
As standard WordPress custom post types and post meta, so it remains portable and survives theme switches.
-
Can a doctor have different hours on a specific date?
-
Yes. The “Special dates” section on the doctor edit screen overrides the weekly schedule for individual dates; leaving a date’s periods empty marks the doctor as unavailable that day.
후기
이 플러그인에 대한 평가가 없습니다.
기여자 & 개발자
자국어로 “MediNova Clinic Manager”(을)를 번역하세요.
개발에 관심이 있으십니까?
변경이력
0.2.0
- Prefixed the custom post type identifiers:
doctoris nowmedinova_doctoranddepartmentis nowmedinova_department, so they cannot collide with post types registered by other plugins. - Public URLs are unchanged (
/doctor/…,/department/…) and can now be customised with themedinova_core_doctor_rewrite_slugandmedinova_core_department_rewrite_slugfilters. - Existing doctors and departments are moved to the new post types automatically on update.
- Prefixed all meta box form field names and DOM ids (
medinova_doctor_*,medinova_department_*) so they cannot clash with fields added by other plugins on the same edit screen.
0.1.1
- Full rebrand to MediNova across namespaces, constants, CSS prefixes, meta keys, and packages.
0.1.0
- Initial release.
- Department custom post type with display details and key statistics.
- Doctor custom post type with profile, background, weekly availability and special-date scheduling.
- Admin list columns for doctors (photo, role, department, experience).