i succefully added following code to item.php it showing well but dektop showing double location
<?php if( osc_item_region() ) { ?>
<div class="region"><?php echo osc_item_region(); ?></div>
<?php } ?>
<?php if(osc_item_city() ) { ?>
<div class="city"><?php echo osc_item_city(); ?></div>
<?php } ?>