Skip to main content

Saas FAQs

Requires that a site is migrated to Saas before use. FAQs have two shortcodes, one to list all the items selected in Saas on the FAQs page, and one to define the featured FAQ, usually on the home page.

FAQ List

Place this shortcode on the page that will list all the FAQs chosen in Saas.

[[saas-faqs-list]]

Parameters

None.

Featured FAQ

Place this shortcode on the page that will show the featured FAQ, usually the home page. This is always the first FAQ in the list shown in Saas.

[[saas-faqs-featured]]

Parameters

[[saas-faqs-featured parameters]]
Parameter Required Values Default
name_for_title yes Name of the doctor for title
name_for_description yes Name of the doctor for description
color no blue, red, orange, green, grey or custom (see below) blue
page yes URL of the page being linked to, usually the FAQ listings page

Custom Color Parameters

If you define color = “custom”, then you also need to add the following parameters.

[[saas-faqs-featured color=”custom” parameters]]
Parameter Required Values
primary_color yes any Hex or RGB color
secondary_color yes any Hex or RGB color
background_color yes any Hex or RGB color

Examples

[saas-faqs-featured name_for_title="Dr. Alex Jones"
 name_for_description="Dr. Jones" color="red" page="/faq"]