It show only in main categories Please help me a code to add sub-categories
<div class="row"> <h4><?php _e('• Tipo de publicación elegida', 'patricia') ; ?></h4> <div class="input-box"> <?php $cat_id = Params::getParam('sCategory'); $cat = array('pk_i_id' => $cat_id); ?> <?php $category = __get("category"); if(!isset($category['pk_i_id']) ) { $category['pk_i_id'] = null; } ?> <i class="fa fa-search-plus"> </i> <?php osc_categories_select('sCategory', $category, __(' . BUSCAR EN TODAS', 'bender')) ; ?> </div> </div>