Custom Shortcodes by 3200 Creative
function gray_shortcode( $atts, $content = null ) { return '<div class="c32-gray-block">' . $content . '</div>'; } add_shortcode( 'gray', 'gray_shortcode' );