Shortcodes
There are multiple shortcodes in both core plugin and pro addon.
1. Resume List [comfortresume_resume_archive] Shortcode(Core)
Where to use: You can add this shortcode to any page to show resume list, useful when you want it for specific post.
param name | default value | possible values |
---|---|---|
search | Any text you want to search | |
category | Any category you want to search | |
tag | Any tag you want to search | |
page | 1 | any numeric value |
2. Resume Details [comfortresume_resume_details] Shortcode(Core)
Where to use: You can add this shortcode to any page to show a specific resume details, useful when you want it for specific post.
param name | default value | possible Value |
---|---|---|
id | 0 | All possible resume ID. |
sections | education,experience,skill,website,project,volunteer,hobby,course,language,honor,publication,patent,license,audio_video |
3. Frontend Resume Manager [comfortresume_resume_manager] Shortcode(Core)
Where to use: You can add this shortcode to manage resumes from frontend.
Shortcode can be added in theme directly following this below code snippet
https://gist.github.com/manchumahara/c4761d5c30f309694d0bd269b9fccaf9
4. Frontend Resume Dashboard [comfortresume_resume_dashboard] Shortcode(Core)
Where to use: You can add this shortcode to see resume statistics in frontend.
Shortcode can be added in theme directly following this below code snippet
https://gist.github.com/manchumahara/c4761d5c30f309694d0bd269b9fccaf9
5. Recent Resume List [comfortresume_recent_resume] Shortcode(Core)
Where to use: You can add this shortcode to see recent resume.
param name | default value | possible values |
---|---|---|
order | DESC | ASC, DESC |
limit | 10 | Any numeric number |
Shortcode can be added in theme directly following this below code snippet
https://gist.github.com/manchumahara/c4761d5c30f309694d0bd269b9fccaf9
6. Bookmarked Resume Dashboard [comfortresume_bookmarked_resume_dashboard] Shortcode(Pro)
Where to use: You can add this shortcode to see bookmarked resume dashboard.
Shortcode can be added in theme directly following this below code snippet
https://gist.github.com/manchumahara/c4761d5c30f309694d0bd269b9fccaf9
7. Resume Grid Listing [comfortresume_resume_grid] Shortcode(Pro)
Where to use: You can add this shortcode to see resume grid.
param name | default value | possible values |
---|---|---|
order | DESC | ASC, DESC |
limit | 10 | Any numeric number |
Shortcode can be added in theme directly following this below code snippet
https://gist.github.com/manchumahara/c4761d5c30f309694d0bd269b9fccaf9