Why this matters
Why this matter callout box
// Add Shortcode function matters_shortcode( $atts , $content = null ) { // Attributes $atts = shortcode_atts( array( 'Image' => 'matters_box image="https://globalsportmatters.com/wp-content/uploads/2018/11/Why-this-matters.jpg"', ), $atts ); } add_shortcode( 'matters_box', 'matters_shortcode' );