How can I change this code so that when user selects a category, it keeps selected in the dropdown box after submit button?
<?php if ( osc_count_categories() ) { ?>
<?php osc_categories_select('sCategory', null, __('Selecciona categoría', 'twitter')); ?>
<?php } ?>
I dont want to use another code, I just want to know where to change this one so it keeps category selection.
The reason why I dont want to replace this code with another category dropdown box cod is because if I do so, the style I defined in Category.form.class.php will no longer be called.