Thimpress class manager
Thimpress class manager
Description
ClassPress is system for managing classes, students, and teachers in a school or educational institution. It provides features for scheduling classes, tracking student progress, and managing teacher assignments.
Shortcodes
Display a list of ClassPress classes in any page or post.
- Shortcode:
[clpr_list_classes] - Use in: Page or Post editor (block or classic).
Source code
The plugin’s compiled JavaScript and CSS in assets/dist/ are generated from the unminified source files included in the plugin:
- JavaScript source:
assets/src/js/ - SCSS source:
assets/src/scss/ - Build configuration:
webpack.config.js,gulpfile.js,package.json,composer.json
To regenerate the compiled assets after editing the sources:
npm install
npm run build
For SCSS only:
npm run watchCss
PHP dependencies (development only) are managed via Composer:
composer install
Installation
- Upload the plugin folder to the
/wp-content/plugins/directory, or install it through the WordPress Plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress.
- Use the ClassPress menu in the admin sidebar to manage classes, students, teachers, and schedules.
Reviews
Changelog
1.0.0 (2026-06-12)
~ First release