MD Shortcodes Guide
Refer to this doc for every shortcode available in the MD theme and every official Dropin. Pass in parameters to customize output and easily place powerful content all over your site. Developer tip You can render any shortcodes in templates with the do_shortcode() function. <?php echo do_shortcode( ‘[md email title=”Test”]’ ); ?> 1. [md_email] Display[...]

