apply_filters('index_widget_entry_card_count', $count, $cat_id), 'cat_ids' => $cat_id, 'type' => apply_filters('index_widget_entry_card_type', $type, $cat_id), 'arrow' => apply_filters('index_widget_entry_card_arrow', 1, $cat_id), 'sticky' => 0, 'include_children' => 1, ); if (is_index_sort_orderby_ramdom()) { $atts += array( 'random' => 1, ); } $atts = apply_filters('list_category_column_atts', $atts, $cat_id); $class = 'ect-entry-card'; if (strpos($atts['type'], 'large_thumb') !== false) { $class = 'ect-vertical-card'; } ?>