Plugin Directory

Changeset 1700690


Ignore:
Timestamp:
07/22/2017 08:50:26 AM (9 years ago)
Author:
Ralph Rezende
Message:

Readme correction

Location:
company-presentation
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • company-presentation/tags/4.3.6/readme.txt

    r1700687 r1700690  
    106106= Generate a shortcode =
    107107Go 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)
     1081.  Select template (the visual presentation)
     1092.  Select language (translates the labels and headings in the template)
    110110
    111111**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.
     1123.  Select the company and the teams you want to include in the shortcode:
     1134.  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.
    118116
    119117**Team** shortcode for a 2-level structure with teams and profiles
    1201183. 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.
    123123
    124124**Member** shortcode for a single profile page
    1251253. 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"]
    127127
    128128**PS**  Copy/paste the shortcode into a page in textmode (not wysiwyg) - start and end bracket included.
  • company-presentation/trunk/readme.txt

    r1700687 r1700690  
    106106= Generate a shortcode =
    107107Go 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)
     1081.  Select template (the visual presentation)
     1092.  Select language (translates the labels and headings in the template)
    110110
    111111**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.
     1123.  Select the company and the teams you want to include in the shortcode:
     1134.  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.
    118116
    119117**Team** shortcode for a 2-level structure with teams and profiles
    1201183. 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.
    123123
    124124**Member** shortcode for a single profile page
    1251253. 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"]
    127127
    128128**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.