Changeset 1700690
- Timestamp:
- 07/22/2017 08:50:26 AM (9 years ago)
- Location:
- company-presentation
- Files:
-
- 2 edited
-
tags/4.3.6/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
company-presentation/tags/4.3.6/readme.txt
r1700687 r1700690 106 106 = Generate a shortcode = 107 107 Go to the “Shortcode” section from your wordpress dashboard. 108 1. Select template (the visual presentation)109 2. Select language (translates the labels and headings in the template)108 1. Select template (the visual presentation) 109 2. Select language (translates the labels and headings in the template) 110 110 111 111 **Company** shortcode for 3-level structure with a company introduction, team pages and personal profiles 112 3. Select the company and the teams you want to include in the shortcode: 113 4. Copy the shortcode - start and end bracket included: 114 ``` 115 [careerpages key="Your Personal Key" level="Company" ids="company id,team ids" template="name of template" locale="selected language"] 116 ``` 117 All active teams will be included when posting the company page. 112 3. Select the company and the teams you want to include in the shortcode: 113 4. Copy the shortcode - start and end bracket included: 114 [careerpages key="Your Personal Key" level="Company" ids="company id,team ids" template="name of template" locale="selected language"] 115 All active teams will be included when posting the company page. 118 116 119 117 **Team** shortcode for a 2-level structure with teams and profiles 120 118 3. Select the team member you want to view: 121 [careerpages key="Your Personal Key" level="Team" ids="team id" template="name of template" locale="selected language"] 122 All active profiles will be included when posting the team page. 119 ``` 120 [careerpages key="Your Personal Key" level="Team" ids="team id" template="name of template" locale="selected language"] 121 ``` 122 All active profiles will be included when posting the team page. 123 123 124 124 **Member** shortcode for a single profile page 125 125 3. Select the team member you want to view: 126 [careerpages key="Your Personal Key" level="Profile" ids="profile id" template="name of template" locale="selected language"]126 [careerpages key="Your Personal Key" level="Profile" ids="profile id" template="name of template" locale="selected language"] 127 127 128 128 **PS** Copy/paste the shortcode into a page in textmode (not wysiwyg) - start and end bracket included. -
company-presentation/trunk/readme.txt
r1700687 r1700690 106 106 = Generate a shortcode = 107 107 Go to the “Shortcode” section from your wordpress dashboard. 108 1. Select template (the visual presentation)109 2. Select language (translates the labels and headings in the template)108 1. Select template (the visual presentation) 109 2. Select language (translates the labels and headings in the template) 110 110 111 111 **Company** shortcode for 3-level structure with a company introduction, team pages and personal profiles 112 3. Select the company and the teams you want to include in the shortcode: 113 4. Copy the shortcode - start and end bracket included: 114 ``` 115 [careerpages key="Your Personal Key" level="Company" ids="company id,team ids" template="name of template" locale="selected language"] 116 ``` 117 All active teams will be included when posting the company page. 112 3. Select the company and the teams you want to include in the shortcode: 113 4. Copy the shortcode - start and end bracket included: 114 [careerpages key="Your Personal Key" level="Company" ids="company id,team ids" template="name of template" locale="selected language"] 115 All active teams will be included when posting the company page. 118 116 119 117 **Team** shortcode for a 2-level structure with teams and profiles 120 118 3. Select the team member you want to view: 121 [careerpages key="Your Personal Key" level="Team" ids="team id" template="name of template" locale="selected language"] 122 All active profiles will be included when posting the team page. 119 ``` 120 [careerpages key="Your Personal Key" level="Team" ids="team id" template="name of template" locale="selected language"] 121 ``` 122 All active profiles will be included when posting the team page. 123 123 124 124 **Member** shortcode for a single profile page 125 125 3. Select the team member you want to view: 126 [careerpages key="Your Personal Key" level="Profile" ids="profile id" template="name of template" locale="selected language"]126 [careerpages key="Your Personal Key" level="Profile" ids="profile id" template="name of template" locale="selected language"] 127 127 128 128 **PS** Copy/paste the shortcode into a page in textmode (not wysiwyg) - start and end bracket included.
Note: See TracChangeset
for help on using the changeset viewer.