"1", "title1" => "", "title_color1" => "", "text1" => "", "text_color1" => "", "image1" => "", "link1" => "", "link_label1" => "", "target1" => "", "title2" => "", "title_color2" => "", "text2" => "", "text_color2" => "", "image2" => "", "link2" => "", "link_label2" => "", "target2" => "", "title3" => "", "title_color3" => "", "text3" => "", "text_color3" => "", "image3" => "", "link3" => "", "link_label3" => "", "target3" => "", "read_more_button_style" => "" ); extract(shortcode_atts($args, $atts)); $html = ""; $html .= "
"; return $html; } add_shortcode('cover_boxes', 'cover_boxes'); }