Hi, in the attached item-post.php file, how can I put the selectable queens like the categories? Thanks in advance
The basic thema does it
<div class="control-group">
<label class="control-label" for="region"><?php _e('Region', 'italia_azzurro'); ?></label>
<div class="controls region"><div class="col-md-12">
<?php ItemForm::region_text(osc_user()); ?>
</div></div>
</div>
Thanks