'', 'button_class' => '', 'num' => '-1', 'pattern_num' => '', 'ids' => '', 'exclude' => '', 'order' => tpl_get_option( 'a_folio_default_order' ), 'orderby' => tpl_get_option( 'a_folio_default_orderby' ), 'category' => '', 'pattern' => '', 'disable_cta' => false, ), $atts ); // Add extra classes to the container if needed if ( $atts["class"] != '' ) { $extra_class = ' ' . $atts["class"]; } else { $extra_class = ''; } // Set up the optional extra class for tile buttons if ( tpl_get_option( 'a_folio_button_class' ) != '' && $atts["button_class"] == '' ) { $atts["button_class"] = tpl_get_option( 'a_folio_button_class' ); } // Initialize the output $output = '