Skip to content

Shortcodes

Pritpal Chauhan edited this page Aug 29, 2019 · 7 revisions

Description:

Shortcodes can be used throughout the site on pages and posts to display custom elements. The configured shortcodes include:

  • [button] with options: title, link and align=left|center|right
  • [counter] with options: number and description
  • [get_icon_url] with options: image

For developers:

Shortcodes are implemented in inc/shortcodes.php.

Note:

  • [counter] shortcode uses JavaScript to animate the number and is found in assets/js/patients.js

General Documentation

Page Specific Documentation

Clone this wiki locally