Comfort Resume User Guide
The Comfort Resume plugin is designed to simplify resume/CV management within WordPress. It provides features for resume listings, resume builder related functionalities.
File Structure
Key Files and Directories
- assets/: Contains CSS, JavaScript, and vendor files.
- includes/: Contains core PHP files for the plugin, including API routes, controllers, helpers, models, and main plugin classes.
- templates/: Contains template files for the plugin's frontend and admin views.
- comfortresume.php: The main plugin file that initializes the plugin.
ComfortResume
The main class for the plugin, located in wp-content/plugins/comfortresume/includes/ComfortResume.php.
ComfortResumeAdmin
Handles the admin functionalities of the plugin, located in ComfortResumeAdmin.php.
ComfortResumePublic
Handles the public-facing functionalities of the plugin, located in ComfortResumePublic.php.
ComfortResumeShortcode
Handles the public-facing functionalities of the plugin, located in ComfortResumeShortcode.php.
Resume Details
To display resume details, use the following shortcode:
Resume Archive
To display a list of resume listings, use the following shortcode:
Resume Dashboard
To display the resume dashboard, use the following shortcode:
Frontend Resume Management
- Create a new page in WordPress.
- Add the
[comfortresume_resume_manager]shortcode to the page content. - Publish the page.
- Users can now submit resume listings from the frontend.
Uninstallation
The uninstallation script is located in ComfortResumeUninstall.php.
