Skip to content

Commit 10e61c3

Browse files
committed
resume user guide section updated
1 parent 23a6be4 commit 10e61c3

31 files changed

+91
-125
lines changed

docs/.vitepress/config.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,10 @@ export default {
155155
collapsible: true,
156156
items: [
157157
{ text: 'General', link: '/comfortresume/user-guide/general' },
158-
{ text: 'Job Manager', link: '/comfortresume/user-guide/resume-manager' },
158+
{ text: 'Resume Manager', link: '/comfortresume/user-guide/resume-manager' },
159159
{ text: 'Settings Manager', link: '/comfortresume/user-guide/settings' },
160-
{ text: 'Job Category', link: '/comfortresume/user-guide/resume-category' },
161-
{ text: 'Job Tags', link: '/comfortresume/user-guide/resume-tags' },
160+
{ text: 'Resume Category', link: '/comfortresume/user-guide/resume-category' },
161+
{ text: 'Resume Tags', link: '/comfortresume/user-guide/resume-tags' },
162162
{ text: 'Tools Manager', link: '/comfortresume/user-guide/tools-manager' },
163163
{ text: 'Emails', link: '/comfortresume/user-guide/emails' },
164164
],

docs/comfortjob/classic-widgets.md

-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@ The following classic widgets(currently 0 widgets (core and pro)) can be accesse
2525

2626

2727

28-
**Last modified:** December 9, 2025

docs/comfortjob/code-samples.md

-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ card: "article"
1212

1313

1414

15-
**Last modified:** December 9, 2025

docs/comfortjob/elementor-widgets.md

-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ card: "article"
1212

1313

1414

15-
**Last modified:** December 9, 2025

docs/comfortjob/gutenberg-blocks.md

-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ card: "article"
1212

1313

1414

15-
**Last modified:** December 9, 2025

docs/comfortjob/how-to-install.md

-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,3 @@ The core Comfort Job plugin is not available at wordpress plugin directory yet(w
2626
**Comfort Job Addon** doesn’t work without the core plugin **Comfort Job**. So, before you install the pro addon you need to have the core Comfort Job plugin installed and activated (if you want to activate this pro addon). So, Comfort Job Pro Addon is an addon plugin for core plugin Comfort Job.
2727
To install Comfort Job Addon you have to purchase [license and download](https://comforthrm.com/product/comfort-job-wordpress-job-board-plugin#downloadarea) from our website and then install manually.
2828

29-
**Last modified:** December 9, 2025

docs/comfortjob/how-to-translate.md

-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ card: "article"
1313
We are not providing any translation (if we add we will mention in future) with the plugin, but we provide the translation template or pot file inside this plugin’s languages folder which can be translated using standard wordpress translation process. But we recommend using [Loco translate](https://wordpress.org/plugins/loco-translate/) which helps to translate from the WordPress dashboard and very easy. We have a video tutorial about [how to use this](https://www.youtube.com/watch?v=yOkEzvjx6PM) loco translate plugin.
1414

1515

16-
**Last modified:** December 9, 2025

docs/comfortjob/shortcodes.md

-1
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,3 @@ Shortcode can be added in theme directly following this below code snippet
113113
https://gist.github.com/manchumahara/c4761d5c30f309694d0bd269b9fccaf9
114114

115115

116-
**Last modified:** December 9, 2025

docs/comfortjob/template-override.md

-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ For pro addon: `wp-content/plugins/comfortjobpro/templates`
1919
To override any file from your theme you have to create a folder called `comfortjob` inside your theme or child theme and copy files from the plugin’s template folder and put in this newly created folder inside your theme folder `comfortjob`. The process is same as the woocommerce theme file override.
2020

2121

22-
**Last modified:** December 9, 2025

docs/comfortjobapp/code-samples.md

-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ card: "article"
1313

1414

1515

16-
**Last modified:** December 9, 2025

docs/comfortjobapp/hooks-and-filters.md

-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ card: "article"
1212

1313

1414

15-
**Last modified:** December 9, 2025

docs/comfortjobapp/how-to-install.md

-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,3 @@ The core Comfort Job Application plugin is not available at wordpress plugin dir
2727
**Comfort Job Application Addon** doesn’t work without the core plugin **Comfort Job Application**. So, before you install the pro addon you need to have the core Comfort Job Application plugin installed and activated (if you want to activate this pro addon). So, Comfort Job Application Pro Addon is an addon plugin for core plugin Comfort Job Application.
2828
To install Comfort Job Application Addon you have to purchase [license and download](https://comforthrm.com/product/comfort-job-application-plugin-for-wordpress#downloadarea) from our website and then install manually.
2929

30-
**Last modified:** December 9, 2025

docs/comfortjobapp/how-to-translate.md

-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ card: "article"
1313
We are not providing any translation (if we add we will mention in future) with the plugin, but we provide the translation template or pot file inside this plugin’s languages folder which can be translated using standard wordpress translation process. But we recommend using [Loco translate](https://wordpress.org/plugins/loco-translate/) which helps to translate from the WordPress dashboard and very easy. We have a video tutorial about [how to use this](https://www.youtube.com/watch?v=yOkEzvjx6PM) loco translate plugin.
1414

1515

16-
**Last modified:** December 9, 2025

docs/comfortjobapp/shortcodes.md

-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ card: "article"
1111
# Shortcodes
1212

1313

14-
**Last modified:** December 9, 2025

docs/comfortjobapp/template-override.md

-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ For pro addon: `wp-content/plugins/comfortjobapppro/templates`
1919
To override any file from your theme you have to create a folder called `comfortjobapp` inside your theme or child theme and copy files from the plugin’s template folder and put in this newly created folder inside your theme folder `comfortjobapp`. The process is same as the woocommerce theme file override.
2020

2121

22-
**Last modified:** December 9, 2025

docs/comfortresume/classic-widgets.md

-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,3 @@ The following classic widgets(currently 2 widgets (core and pro)) can be accesse
2626
1. Latest Resume
2727
2. Resume List (pro)
2828

29-
**Last modified:** December 9, 2025

docs/comfortresume/code-samples.md

-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ card: "article"
1212

1313

1414

15-
**Last modified:** December 9, 2025

docs/comfortresume/elementor-widgets.md

-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@ The following classic widgets(currently 2 widgets (core and pro)) can be accesse
2323
1. Latest Resume
2424
2. Resume List (pro)
2525

26-
**Last modified:** December 9, 2025

docs/comfortresume/gutenberg-blocks.md

-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@ The following classic widgets(currently 2 widgets (core and pro)) can be accesse
2323
1. Latest Resume
2424
2. Resume List (pro)
2525

26-
**Last modified:** December 9, 2025

docs/comfortresume/hooks-and-filters.md

-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ card: "article"
1313

1414

1515

16-
**Last modified:** December 9, 2025

docs/comfortresume/how-to-install.md

-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,3 @@ The core Comfort Resume plugin is not available at wordpress plugin directory ye
2626
**Comfort Resume Addon** doesn’t work without the core plugin **Comfort Resume**. So, before you install the pro addon you need to have the core Comfort Resume plugin installed and activated (if you want to activate this pro addon). So, Comfort Resume Pro Addon is an addon plugin for core plugin Comfort Resume.
2727
To install Comfort Resume Pro Addon you have to purchase [license and download](https://comforthrm.com/product/comfort-resume-wordpress-resume-builder-plugin#downloadarea) from our website and then install manually.
2828

29-
**Last modified:** December 9, 2025

docs/comfortresume/how-to-translate.md

-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ card: "article"
1313
We are not providing any translation (if we add we will mention in future) with the plugin, but we provide the translation template or pot file inside this plugin’s languages folder which can be translated using standard wordpress translation process. But we recommend using [Loco translate](https://wordpress.org/plugins/loco-translate/) which helps to translate from the WordPress dashboard and very easy. We have a video tutorial about [how to use this](https://www.youtube.com/watch?v=yOkEzvjx6PM) loco translate plugin.
1414

1515

16-
**Last modified:** December 9, 2025

docs/comfortresume/shortcodes.md

-1
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,3 @@ Shortcode can be added in theme directly following this below code snippet
8585

8686
https://gist.github.com/manchumahara/c4761d5c30f309694d0bd269b9fccaf9
8787

88-
**Last modified:** December 9, 2025

docs/comfortresume/template-override.md

-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ For pro addon: `wp-content/plugins/comfortresumepro/templates`
2020
To override any file from your theme you have to create a folder called `comfortresume` inside your theme or child theme and copy files from the plugin’s template folder and put in this newly created folder inside your theme folder `comfortresume`. The process is same as the woocommerce theme file override.
2121

2222

23-
**Last modified:** December 9, 2025

docs/comfortresume/user-guide/emails.md

+15-11
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: "Comfort Job Documentation"
3-
description: "Documentation for Comfort Job"
4-
keywords: "comfort job, wordpress, wordpress job plugin, plugin"
5-
url: "/comfortjob/user-guide/emails"
2+
title: "Comfort Resume Documentation"
3+
description: "Documentation for Comfort Resume"
4+
keywords: "comfort resume, wordpress, wordpress resume plugin, plugin"
5+
url: "/comfortresume/user-guide/emails"
66
type: "type"
77
site_name: "Comfort HRM"
88
image: "https://comforthrm.com/assets/images/seo.png"
@@ -12,21 +12,25 @@ card: "article"
1212

1313
## Email System
1414

15-
The Comfort Job plugin includes an email system to notify users about various events such as job application submissions, job approvals, and more.
15+
The Comfort Resume plugin includes an email system to notify users about various events such as resume application submissions, resume approvals, and more.
1616

1717
#### Customizing Email Templates
1818

19-
1. Copy the desired email template file from `wp-content/plugins/comfortjobpro/templates/emails/` to your theme's directory, maintaining the folder structure.
19+
1. Copy the desired email template file from `wp-content/plugins/comfortresume/templates/emails/` to your theme's directory, maintaining the folder structure.
2020
2. Edit the copied template file as needed.
2121

2222
#### Available Email Templates
23-
24-
- **New Job Application**: `guest_job_create_to_user.php`(Pro)
25-
- **Job Approved**: `guest_job_email_verified.php`(Pro)
26-
23+
Sends notification to admin on resume created by guest user.
24+
- **Resume creation guest user Email for Admin**: `guest_resume_create_to_admin.php`
25+
- **Job Application Email with resume Email**: `job_applied_by_resume.php`
26+
- **Resume Saved as Draft Email For User**: `resume_draft_to_user.php`
27+
- **Resume Published Email For User**: `resume_published_to_user.php`
28+
- **Resume creation guest user Email For User**: `guest_resume_create_to_user.php`
29+
- **Resume verified Email For Admin**: `guest_resume_verify_to_admin.php`
30+
- **Resume verified Email For User**: `guest_resume_verify_to_user.php`
2731
### Single Email Settings
2832

29-
1. Go to `Comfort Job > Emails`.
33+
1. Go to `Comfort Resume > Emails`.
3034
2. Configure the following email settings:
3135

3236
- **Subject**: The subject of the email.

docs/comfortresume/user-guide/general.md

+10-26
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ resume/
5050

5151
### ComfortResume
5252

53-
The main class for the plugin, located in `wp-content/plugins/resume/includes/ComfortResume.php`.
53+
The main class for the plugin, located in `wp-content/plugins/comfortresume/includes/ComfortResume.php`.
5454

5555
```php
5656
class ComfortResume {
@@ -109,50 +109,34 @@ class ComfortResumeShortcode {
109109
}
110110
```
111111

112-
### Job Details
112+
### Resume Details
113113

114114
To display resume details, use the following shortcode:
115115

116116
```php
117-
[resume_resume_details]
117+
[comfortresume_resume_details]
118118
```
119119

120-
### Job Archive
120+
### Resume Archive
121121

122122
To display a list of resume listings, use the following shortcode:
123123

124124
```php
125-
[resume_resume_archive]
125+
[comfortresume_resume_archive]
126126
```
127127

128-
### Employer Dashboard
129-
130-
To display the employer dashboard, use the following shortcode:
131-
132-
```php
133-
[resume_employer_dashboard]
134-
```
135-
136-
### Candidate Dashboard
137-
138-
To display the candidate dashboard, use the following shortcode:
139-
140-
```php
141-
[resume_candidate_dashboard]
142-
```
143-
144-
### Job Dashboard
128+
### Resume Dashboard
145129

146130
To display the resume dashboard, use the following shortcode:
147131

148132
```php
149-
[resume_resume_dashboard]
133+
[comfortresume_resume_dashboard]
150134
```
151135

152-
### Frontend Job Management
136+
### Frontend Resume Management
153137

154138
1. Create a new page in WordPress.
155-
2. Add the `[resume_resume_manager]` shortcode to the page content.
139+
2. Add the `[comfortresume_resume_manager]` shortcode to the page content.
156140
3. Publish the page.
157141
4. Users can now submit resume listings from the frontend.
158142

@@ -163,5 +147,5 @@ The uninstallation script is located in ComfortResumeUninstall.php.
163147

164148
```
165149
<?php
166-
do_action('resume_plugin_uninstall');
150+
ComfortResumeUninstall::uninstall();
167151
```
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: "Comfort Job Documentation"
3-
description: "Documentation for Comfort Job"
4-
keywords: "comfort job, wordpress, wordpress job plugin, plugin"
5-
url: "/comfortjob/user-guide/job-category"
2+
title: "Comfort Resume Documentation"
3+
description: "Documentation for Comfort Resume"
4+
keywords: "comfort resume, wordpress, wordpress resume plugin, resume builder"
5+
url: "/comfortresume/user-guide/resume-category"
66
type: "type"
77
site_name: "Comfort HRM"
88
image: "https://comforthrm.com/assets/images/seo.png"
99
card: "article"
1010

1111
---
1212

13-
### Job Categories
13+
### Resume Categories
1414

15-
1. Go to `Comfort Job > Job Categories`.
16-
2. Add new job categories by filling in the name and description.
15+
1. Go to `Comfort Resume > Categories`.
16+
2. Add new resume categories by filling in the name and description.
1717
3. Save changes.
1818

1919

Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
---
2-
title: "Comfort Job Documentation"
3-
description: "Documentation for Comfort Job"
4-
keywords: "comfort job, wordpress, wordpress job plugin, plugin"
5-
url: "/comfortjob/user-guide/job-manager"
2+
title: "Comfort Resume Documentation"
3+
description: "Documentation for Comfort Resume"
4+
keywords: "comfort resume, wordpress, wordpress resume plugin, plugin"
5+
url: "/comfortresume/user-guide/resume-manager"
66
type: "type"
77
site_name: "Comfort HRM"
88
image: "https://comforthrm.com/assets/images/seo.png"
99
card: "article"
1010

1111
---
1212

13-
## Managing Job Listings
13+
## Managing Resume Listings
1414

15-
1. Go to `Comfort Job > Job Manager`.
16-
2. View, edit, or delete job listings as needed.
17-
3. Use the filters to search for specific job listings.
15+
1. Go to `Comfort Resume > Resume Manager`.
16+
2. View, edit, or delete resume listings as needed.
17+
3. Use the filters to search for specific resume listings.
1818

19-
## Adding Job Listings
19+
## Adding Resume Listings
2020

21-
1. Go to `Comfort Job > Add New Job`.
22-
2. Fill in the job details. The required fields are:
23-
- **Job Title**: The title of the job.
24-
- **Job Description**: A detailed description of the job.
25-
- **Job Expiration Date**: Set the date when the job listing should expire.
26-
- **Company**: Select the company offering the job from the dropdown list.
27-
- **Job Status**: Select the status of the job.
21+
1. Go to `Comfort Resume > Add New Resume`.
22+
2. Fill in the resume details. The required fields are:
23+
- **About Me - First Name**: Your First Name.
24+
- **About Me - Email**: Your Email.
25+
- **About Me - Phone No**: Your Phone No.
26+
- **About Me - Professional Title**: Your Professional Title.
27+
- **Resume Description**: A detailed description of the resume.
28+
- **Resume Status**: Select the status of the resume.
2829
3. Optional fields include:
29-
- **Job Type**: Select the job type from the dropdown list (e.g., Full-Time, Part-Time).
30-
- **Job Category**: Select the job category from the dropdown list.
31-
- **Application Email/URL**: Provide an email address or URL where applications should be sent.
32-
- **Job Location**: The location where the job is based.
33-
- **Salary**: Provide the salary info for the job.
34-
- **Job Tags**: Add relevant tags for the job.
35-
- **Job Type**: Select Job type for the job.
36-
- **Job Seo**: Add relevant seo fields value for the job.
37-
4. Publish the job listing.
30+
- **About Me - Last Name**: Your Last Name.
31+
- **About Me - Address**: Your Address.
32+
- **About Me - About Me**: About you description.
33+
- **Resume - Section**: Add relevant resume section and fill necessary fields.
34+
- **Resume Category**: Select the resume category from the dropdown list.
35+
- **Resume Tags**: Add relevant tags for the resume.
36+
- **Resume Seo**: Add relevant seo fields value for the resume.
37+
4. Publish the resume listing.
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: "Comfort Job Documentation"
3-
description: "Documentation for Comfort Job"
4-
keywords: "comfort job, wordpress, wordpress job plugin, plugin"
5-
url: "/comfortjob/user-guide/job-tags"
2+
title: "Comfort Resume Documentation"
3+
description: "Documentation for Comfort Resume"
4+
keywords: "comfort resume, wordpress, wordpress resume plugin, plugin"
5+
url: "/comfortresume/user-guide/resume-tags"
66
type: "type"
77
site_name: "Comfort HRM"
88
image: "https://comforthrm.com/assets/images/seo.png"
99
card: "article"
1010

1111
---
1212

13-
### Job Tags
13+
### Resume Tags
1414

15-
1. Go to `Comfort Job > Job Tags`.
16-
2. Add new job tags by filling in the name and description.
15+
1. Go to `Comfort Resume > Resume Tags`.
16+
2. Add new resume tags by filling in the name and description.
1717
3. Save changes.
1818

1919

0 commit comments

Comments
 (0)