-
Notifications
You must be signed in to change notification settings - Fork 0
Custom Fields
Content of the custom fields can be changed by navigating to the appropriate page on the wordpress admin page, scrolling until you see the custom field, making sure the field is enabled (check box), and editing the content of the field. To hide a field, disable it by navigating to the appropriate page on the wordpress admin page, scrolling until you see the custom field, and unchecking enable. To save any changes, click "Update" on the top right.
Paragraph title and content on the Home and About pages. The section template is under template-parts/paragraph.php. No css was used for this.
There are three fields:
- Enable Paragraph Content (True/False)
- id: enable_paragraph_cf
- Paragraph Title *Required (Text)
- id: paragraph_title
- Paragraph Content (Wysiwyg Editor)
- id: paragraph_content
Three icon section on the Home page. The section template is under template-parts/help-section.php. The corresponding css is in startertheme.css.
There are 11 fields:
- Enable Help Section Content (True/False)
- id: enable_help_section_cf
- Help Section Title (Text)
- id: help_section_title
Note that the fields below are combinations of (Image/Title/Text) for (Left/Middle/Right) columns
- Left Column Image (Image)
- id: hs_left_column_image
- Left Column Title (Text)
- id: hs_left_column_title
- Left Column Text (Wysiwyg Editor)
- id: hs_left_column_text
- Middle Column Image (Image)
- id: hs_middle_column_image
- Middle Column Title (Text)
- id: hs_middle_column_title
- Middle Column Text (Wysiwyg Editor)
- id: hs_middle_column_text
- Right Column Image (Image)
- id: hs_right_column_image
- Right Column Title (Text)
- id: hs_right_column_title
- Right Column Text (Wysiwyg Editor)
- id: hs_right_column_text
Four icon section on the About page. The section template is under template-parts/four-icon-section.php. The corresponding css is in startertheme.css.
There are 13 fields:
- Enable Four Icon Section (True/False)
- id: enable_four_icon_section_cf
Note that the fields below are combinations of (Image/Title/Text) for (Top Left/Top Right/Bottom Left/Bottom Right) parts
- Top Left Image (Image)
- id: fi_top_left_image
- Top Left Title (Text)
- id: fi_top_left_title
- Top Left Text (Wysiwyg Editor)
- id: fi_top_left_text
- Top Right Image (Image)
- id: fi_top_right_image
- Top Right Title (Text)
- id: fi_top_right_title
- Top Right Text (Wysiwyg Editor)
- id: fi_top_right_text
- Bottom Left Image (Image)
- id: fi_bottom_left_image
- Bottom Left Title (Text)
- id: fi_bottom_left_title
- Bottom Left Text (Wysiwyg Editor)
- id: fi_bottom_left_text
- Bottom Right Image (Image)
- id: fi_bottom_right_image
- Bottom Right TItle (Text)
- id: fi_bottom_right_title
- Bottom Right Text (Wysiwyg Editor)
- id: fi_bottom_right_text
Project description on the Engagement page. The section template is under content.php. The corresponding css is in startertheme.css.
There are 2 fields:
- Leading Sentence (Text)
- id: leading_sentence
- Paragraph (Text area)
- id: paragraph
More about PIE on the About us page. The section template is under template-parts/more-about-pie.php. The corresponding css is in startertheme.css.
There are 4 fields:
- More about us 1 (Group)
- id: more_about_us_1
- More about us 2 (Group)
- id: more_about_us_2
- More about us 3 (Group)
- id: more_about_us_3
- More about us 4 (Group)
- id: more_about_us_4
Note that each group contains 3 fields:
- Thumbnail (Image)
- id: thumbnail
- Title (Text)
- id: title
- Content (Text Area)
- id: content
Patients in Education. Developed by the Code the Change Foundation.
General Documentation
- Browser Compatibility
- Shortcodes
- Navigation Menu
- Footer and Pre Footer
- Global Elements
- Custom Fields
Page Specific Documentation
- Homepage
- Members Page
- Engagements Page
- Contact Us Page