|
1 | 1 | # Shortcodes |
2 | 2 |
|
3 | | -There are multiple shortcodes in both core plugin and pro addon. |
4 | | - |
5 | | -## 1. Resume List \[comfortresume_resume_archive\] Shortcode(Core) ## |
6 | | - |
7 | | -**Where to use:** You can add this shortcode to any page to show resume list, useful when you want it for specific post. |
8 | | -| param name | default value | possible values | |
9 | | -|--------------|----------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------| |
10 | | -| search | | Any text you want to search| |
11 | | -| category | | Any category you want to search| |
12 | | -| tag | | Any tag you want to search| |
13 | | -| page | 1 | any numeric value | |
14 | | - |
15 | | - |
16 | | -## 2. Resume Details \[comfortresume_resume_details\] Shortcode(Core) ## |
17 | | - |
18 | | -**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. |
19 | | -| param name | default value | possible Value | |
20 | | -|--------------|----------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------| |
21 | | -| id | 0 | All possible resume ID. |
22 | | -| sections | | education,experience,skill,website,project,volunteer,hobby,course,language,honor,publication,patent,license,audio_video |
23 | | - |
24 | | -## 3. Frontend Resume Manager \[comfortresume_resume_manager\] Shortcode(Core) ## |
25 | | - |
26 | | -**Where to use:** You can add this shortcode to manage resumes from frontend. |
27 | | - |
28 | | -Shortcode can be added in theme directly following this below code snippet |
29 | | - |
30 | | -https://gist.github.com/manchumahara/c4761d5c30f309694d0bd269b9fccaf9 |
31 | | - |
32 | | - |
33 | | - |
34 | | - |
35 | | -## 4. Frontend Resume Dashboard \[comfortresume_resume_dashboard\] Shortcode(Core) ## |
36 | | - |
37 | | -**Where to use:** You can add this shortcode to see resume statistics in frontend. |
38 | | - |
39 | | -Shortcode can be added in theme directly following this below code snippet |
40 | | - |
41 | | -https://gist.github.com/manchumahara/c4761d5c30f309694d0bd269b9fccaf9 |
42 | | - |
43 | | -## 5. Recent Resume List \[comfortresume_recent_resume\] Shortcode(Core) ## |
44 | | - |
45 | | -**Where to use:** You can add this shortcode to see recent resume. |
46 | | - |
47 | | -| param name | default value | possible values | |
48 | | -|--------------|----------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------| |
49 | | -| order | DESC | ASC, DESC | |
50 | | -| limit | 10 | Any numeric number | |
51 | | - |
52 | | - |
53 | | -Shortcode can be added in theme directly following this below code snippet |
54 | | - |
55 | | -https://gist.github.com/manchumahara/c4761d5c30f309694d0bd269b9fccaf9 |
56 | | - |
57 | | -## 6. Bookmarked Resume Dashboard \[comfortresume_bookmarked_resume_dashboard\] Shortcode(Pro) ## |
58 | | - |
59 | | -**Where to use:** You can add this shortcode to see bookmarked resume dashboard. |
60 | | - |
61 | | -Shortcode can be added in theme directly following this below code snippet |
62 | | - |
63 | | -https://gist.github.com/manchumahara/c4761d5c30f309694d0bd269b9fccaf9 |
64 | | - |
65 | | -## 7. Resume Grid Listing \[comfortresume_resume_grid\] Shortcode(Pro) ## |
66 | | - |
67 | | -**Where to use:** You can add this shortcode to see resume grid. |
68 | | - |
69 | | -| param name | default value | possible values | |
70 | | -|--------------|----------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------| |
71 | | -| order | DESC | ASC, DESC | |
72 | | -| limit | 10 | Any numeric number | |
73 | | - |
74 | | -Shortcode can be added in theme directly following this below code snippet |
75 | | - |
76 | | -https://gist.github.com/manchumahara/c4761d5c30f309694d0bd269b9fccaf9 |
77 | 3 |
|
78 | 4 | **Last modified:** December 9, 2024 |
0 commit comments