Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

cta

blog cta

// Add Shortcode
function blog_cya_yh( $atts , $content = null ) {

	// Attributes
	$atts = shortcode_atts(
		array(
			'ctatext' => 'jfahf jdshfksdjh dkjhks fshfkdsl fsafjos afsjfishf oifjids',
			'ctabuttion' => 'link',
			'image' => 'image',
		),
		$atts,
		'button'
	);

}
add_shortcode( 'BLOGCTA', 'blog_cya_yh' );